Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
108 |
multimodal=True,
|
109 |
chatbot=gr.Chatbot(
|
110 |
label="output",
|
|
|
111 |
),
|
112 |
type="messages",
|
113 |
textbox=gr.MultimodalTextbox(
|
|
|
108 |
multimodal=True,
|
109 |
chatbot=gr.Chatbot(
|
110 |
label="output",
|
111 |
+
type="messages",
|
112 |
),
|
113 |
type="messages",
|
114 |
textbox=gr.MultimodalTextbox(
|