wenhu commited on
Commit
a585fed
·
verified ·
1 Parent(s): f939456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,