Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ chat_interface = gr.ChatInterface(
|
|
110 |
value=0.),
|
111 |
],
|
112 |
textbox=gr.MultimodalTextbox(
|
|
|
113 |
show_label=False,
|
114 |
label="Message",
|
115 |
placeholder="Type een bericht...",
|
|
|
110 |
value=0.),
|
111 |
],
|
112 |
textbox=gr.MultimodalTextbox(
|
113 |
+
file_types=['image'],
|
114 |
show_label=False,
|
115 |
label="Message",
|
116 |
placeholder="Type een bericht...",
|