Rijgersberg commited on
Commit
dfa2a8c
·
verified ·
1 Parent(s): b3ecba5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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...",