Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,9 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
10 |
<img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%2FChat_interface_test&countColor=%23263759" />
|
11 |
</a>""")
|
12 |
|
13 |
-
gr.ChatInterface(random_response,
|
14 |
multimodal=True,
|
|
|
15 |
type="messages",
|
16 |
textbox=gr.MultimodalTextbox(),
|
17 |
editable=True,
|
|
|
10 |
<img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fzelk12%2FChat_interface_test&countColor=%23263759" />
|
11 |
</a>""")
|
12 |
|
13 |
+
gr.ChatInterface(random_response,
|
14 |
multimodal=True,
|
15 |
+
chatbot=gr.Chatbot(),
|
16 |
type="messages",
|
17 |
textbox=gr.MultimodalTextbox(),
|
18 |
editable=True,
|