Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=[
|