Update app.py
Browse files
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="
|
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)
|