Spaces:
Runtime error
Runtime error
Commit
·
3c32d41
1
Parent(s):
b257a7c
update
Browse files
app.py
CHANGED
|
@@ -406,9 +406,9 @@ def create_interface():
|
|
| 406 |
examples=examples,
|
| 407 |
fill_height=True,
|
| 408 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
| 409 |
-
stop_btn="Stop
|
| 410 |
multimodal=True,
|
| 411 |
-
cache_examples=False
|
| 412 |
)
|
| 413 |
|
| 414 |
return demo
|
|
|
|
| 406 |
examples=examples,
|
| 407 |
fill_height=True,
|
| 408 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
| 409 |
+
stop_btn="Stop",
|
| 410 |
multimodal=True,
|
| 411 |
+
cache_examples=False
|
| 412 |
)
|
| 413 |
|
| 414 |
return demo
|