Spaces:
Runtime error
Runtime error
Commit
·
12c174c
1
Parent(s):
0e47c90
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ If you find our project useful, hope you can star our repo and cite our paper as
|
|
189 |
""")
|
190 |
|
191 |
case_note_upload = ("""
|
192 |
-
###We provide some examples at the bottom of the page. Simply click on them to try them out directly.
|
193 |
""")
|
194 |
|
195 |
#TODO show examples below
|
@@ -230,7 +230,7 @@ with gr.Blocks() as demo:
|
|
230 |
chat_state = gr.State()
|
231 |
img_list = gr.State()
|
232 |
chatbot = gr.Chatbot(label='Video-LLaMA')
|
233 |
-
text_input = gr.Textbox(label='User', placeholder='
|
234 |
|
235 |
|
236 |
with gr.Column():
|
|
|
189 |
""")
|
190 |
|
191 |
case_note_upload = ("""
|
192 |
+
### We provide some examples at the bottom of the page. Simply click on them to try them out directly.
|
193 |
""")
|
194 |
|
195 |
#TODO show examples below
|
|
|
230 |
chat_state = gr.State()
|
231 |
img_list = gr.State()
|
232 |
chatbot = gr.Chatbot(label='Video-LLaMA')
|
233 |
+
text_input = gr.Textbox(label='User', placeholder='Upload your image/video first, or directly click the examples at the bottom of the page.', interactive=False)
|
234 |
|
235 |
|
236 |
with gr.Column():
|