Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks() as demo:
|
|
268 |
description="# **Pixel Reasoner**",
|
269 |
chatbot=gr.Chatbot(label="Conversation", layout="bubble", bubble_full_width=False, show_copy_button=True, height=600),
|
270 |
examples=examples,
|
271 |
-
fill_height=True,
|
272 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
273 |
stop_btn="Stop Generation",
|
274 |
multimodal=True,
|
|
|
268 |
description="# **Pixel Reasoner**",
|
269 |
chatbot=gr.Chatbot(label="Conversation", layout="bubble", bubble_full_width=False, show_copy_button=True, height=600),
|
270 |
examples=examples,
|
271 |
+
# fill_height=True,
|
272 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
273 |
stop_btn="Stop Generation",
|
274 |
multimodal=True,
|