Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def create_instruct_demo():
|
|
| 70 |
with gr.Blocks() as instruct_demo:
|
| 71 |
with gr.Row():
|
| 72 |
with gr.Column():
|
| 73 |
-
scene_img = gr.Image(label='Scene', type='filepath', shape=(1024, 320), interactive=False)
|
| 74 |
instruction = gr.Textbox(
|
| 75 |
lines=2, label="Instruction")
|
| 76 |
object_list = gr.Textbox(
|
|
|
|
| 70 |
with gr.Blocks() as instruct_demo:
|
| 71 |
with gr.Row():
|
| 72 |
with gr.Column():
|
| 73 |
+
scene_img = gr.Image(label='Scene', type='filepath', shape=(1024, 320), height=320, width=1024, interactive=False)
|
| 74 |
instruction = gr.Textbox(
|
| 75 |
lines=2, label="Instruction")
|
| 76 |
object_list = gr.Textbox(
|