Spaces:
Runtime error
Runtime error
Commit
·
5a18305
1
Parent(s):
3c32d41
update
Browse files- app.py +1 -1
- temp.ipynb +23 -0
app.py
CHANGED
|
@@ -406,7 +406,7 @@ 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 |
)
|
|
|
|
| 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 |
)
|
temp.ipynb
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"execution_count": null,
|
| 6 |
+
"id": "bf4057a3",
|
| 7 |
+
"metadata": {
|
| 8 |
+
"vscode": {
|
| 9 |
+
"languageId": "plaintext"
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"outputs": [],
|
| 13 |
+
"source": []
|
| 14 |
+
}
|
| 15 |
+
],
|
| 16 |
+
"metadata": {
|
| 17 |
+
"language_info": {
|
| 18 |
+
"name": "python"
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"nbformat": 4,
|
| 22 |
+
"nbformat_minor": 5
|
| 23 |
+
}
|