lindsay-qu commited on
Commit
3e525a7
1 Parent(s): 258bc45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if __name__ == "__main__":
56
  with gr.Column(scale=2):
57
  chatbot = gr.Chatbot()
58
  msg = gr.Textbox(label="Query", show_label=True)
59
- imgs = gr.File(file_count='multiple', file_types=['image'], type="file", label='Upload Images')
60
  clear = gr.ClearButton([msg, chatbot])
61
  with gr.Column(scale=1):
62
  sidebar = gr.Textbox(label="Subquestions", show_label=True, show_copy_button=True, interactive=False, max_lines=30)
 
56
  with gr.Column(scale=2):
57
  chatbot = gr.Chatbot()
58
  msg = gr.Textbox(label="Query", show_label=True)
59
+ imgs = gr.File(file_count='multiple', file_types=['image'], type="filepath", label='Upload Images')
60
  clear = gr.ClearButton([msg, chatbot])
61
  with gr.Column(scale=1):
62
  sidebar = gr.Textbox(label="Subquestions", show_label=True, show_copy_button=True, interactive=False, max_lines=30)