NotYuSheng commited on
Commit
74d41f6
·
verified ·
1 Parent(s): ec7dad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
  scale=1,
34
  )
35
  chat_input = gr.MultimodalTextbox(interactive=True,
36
- file_count="multiple",
37
  placeholder="Enter message or upload file...",
38
  show_label=False)
39
  user_input = gr.State()
 
33
  scale=1,
34
  )
35
  chat_input = gr.MultimodalTextbox(interactive=True,
36
+ #file_count="multiple",
37
  placeholder="Enter message or upload file...",
38
  show_label=False)
39
  user_input = gr.State()