jonaschua commited on
Commit
af51d91
·
verified ·
1 Parent(s): 11c1c09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
65
 
66
  demo = gr.ChatInterface(
67
  respond,
68
- textbox=gr.MultimodalTextbox()
69
  multimodal=True,
70
  stop_btn="Stop generation",
71
  additional_inputs=[
 
65
 
66
  demo = gr.ChatInterface(
67
  respond,
68
+ textbox=gr.MultimodalTextbox(),
69
  multimodal=True,
70
  stop_btn="Stop generation",
71
  additional_inputs=[