Spaces:
Runtime error
Runtime error
Commit
Β·
1583f50
1
Parent(s):
c5ea4b9
update
Browse files- config.gradio.yaml +3 -3
- requirements.txt +2 -1
config.gradio.yaml
CHANGED
|
@@ -26,9 +26,9 @@ tprompt:
|
|
| 26 |
"id": task_id,
|
| 27 |
"dep": [dependency_task_id,s],
|
| 28 |
"args": {
|
| 29 |
-
"text": text
|
| 30 |
-
"image": image_url
|
| 31 |
-
"audio": audio_url
|
| 32 |
}
|
| 33 |
}
|
| 34 |
# Key Points:
|
|
|
|
| 26 |
"id": task_id,
|
| 27 |
"dep": [dependency_task_id,s],
|
| 28 |
"args": {
|
| 29 |
+
"text": text or <GENERATED>-dep_id,
|
| 30 |
+
"image": image_url or <GENERATED>-dep_id,
|
| 31 |
+
"audio": audio_url or <GENERATED>-dep_id}}]. The special tag "
|
| 32 |
}
|
| 33 |
}
|
| 34 |
# Key Points:
|
requirements.txt
CHANGED
|
@@ -16,4 +16,5 @@ typeguard==2.13.3
|
|
| 16 |
accelerate==0.18.0
|
| 17 |
pytesseract==0.3.10
|
| 18 |
basicsr==1.4.2
|
| 19 |
-
torch==2.0.0
|
|
|
|
|
|
| 16 |
accelerate==0.18.0
|
| 17 |
pytesseract==0.3.10
|
| 18 |
basicsr==1.4.2
|
| 19 |
+
torch==2.0.0
|
| 20 |
+
scipy==1.9.1
|