Spaces:
dxdcx
/
Running on CPU Upgrade

dxdcx commited on
Commit
b3f35b9
·
verified ·
1 Parent(s): 864f052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ def run(message: dict, history: list[dict]) -> Iterator[str]:
250
  demo = gr.ChatInterface(
251
  fn=run,
252
  type="messages",
253
- chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
254
  textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple", autofocus=True),
255
  multimodal=True,
256
  stop_btn=False,
 
250
  demo = gr.ChatInterface(
251
  fn=run,
252
  type="messages",
253
+ chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"], show_label=False),
254
  textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple", autofocus=True),
255
  multimodal=True,
256
  stop_btn=False,