Spaces:
Running
on
A10G
Running
on
A10G
舟勤
commited on
Commit
·
0e47c90
1
Parent(s):
48e8770
test
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 |
-
###
|
193 |
""")
|
194 |
|
195 |
#TODO show examples below
|
@@ -200,7 +200,7 @@ with gr.Blocks() as demo:
|
|
200 |
with gr.Row():
|
201 |
with gr.Column(scale=0.5):
|
202 |
video = gr.Video()
|
203 |
-
image = gr.Image()
|
204 |
gr.Markdown(case_note_upload)
|
205 |
|
206 |
upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
|
|
|
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
|
|
|
200 |
with gr.Row():
|
201 |
with gr.Column(scale=0.5):
|
202 |
video = gr.Video()
|
203 |
+
image = gr.Image(type="filepath")
|
204 |
gr.Markdown(case_note_upload)
|
205 |
|
206 |
upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
|