Spaces:
Running on Zero
Running on Zero
Manmay Nakhashi commited on
Commit ·
05bb874
1
Parent(s): c0ac8ad
Bump gradio to 5.x to fix gradio_client schema TypeError on bool
Browse files- README.md +1 -1
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🎭
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: other
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.7.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: other
|
requirements.txt
CHANGED
|
@@ -11,7 +11,8 @@ sentencepiece>=0.1.99
|
|
| 11 |
transformers>=4.45.0
|
| 12 |
huggingface_hub>=0.20.0,<1.0
|
| 13 |
bitsandbytes>=0.43.0
|
| 14 |
-
gradio>=
|
|
|
|
| 15 |
spaces>=0.30.0
|
| 16 |
soundfile>=0.12.0
|
| 17 |
resemble-perth @ git+https://github.com/resemble-ai/Perth.git@master
|
|
|
|
| 11 |
transformers>=4.45.0
|
| 12 |
huggingface_hub>=0.20.0,<1.0
|
| 13 |
bitsandbytes>=0.43.0
|
| 14 |
+
gradio>=5.0.0
|
| 15 |
+
gradio-client>=1.5.0
|
| 16 |
spaces>=0.30.0
|
| 17 |
soundfile>=0.12.0
|
| 18 |
resemble-perth @ git+https://github.com/resemble-ai/Perth.git@master
|