peterpeter8585 commited on
Commit
3121cf8
·
verified ·
1 Parent(s): f6acf51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -456,7 +456,7 @@ ae= gr.ChatInterface(
456
  )
457
  aa=gr.ChatInterface(
458
  respond1,
459
- textbox=gr.MultimodalTextbox(file_types=["image"], show_label=False)
460
  chatbot=chatbot3,
461
  additional_inputs=[
462
  gr.Textbox(value="You are a helpful assistant.", label="System message", interactive=True),
 
456
  )
457
  aa=gr.ChatInterface(
458
  respond1,
459
+ textbox=gr.MultimodalTextbox(file_types=["image"], show_label=False),
460
  chatbot=chatbot3,
461
  additional_inputs=[
462
  gr.Textbox(value="You are a helpful assistant.", label="System message", interactive=True),