Update Gradio SDK and dependency version to 6.14.0 for Server support
Browse files- README.md +1 -1
- requirements.txt +1 -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: 6.14.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: other
|
requirements.txt
CHANGED
|
@@ -20,7 +20,7 @@ sentencepiece>=0.1.99
|
|
| 20 |
transformers>=4.45.0
|
| 21 |
huggingface_hub>=0.20.0,<1.0
|
| 22 |
bitsandbytes>=0.45.0
|
| 23 |
-
gradio==
|
| 24 |
spaces>=0.30.0
|
| 25 |
soundfile>=0.12.0
|
| 26 |
resemble-perth @ git+https://github.com/resemble-ai/Perth.git@master
|
|
|
|
| 20 |
transformers>=4.45.0
|
| 21 |
huggingface_hub>=0.20.0,<1.0
|
| 22 |
bitsandbytes>=0.45.0
|
| 23 |
+
gradio==6.14.0
|
| 24 |
spaces>=0.30.0
|
| 25 |
soundfile>=0.12.0
|
| 26 |
resemble-perth @ git+https://github.com/resemble-ai/Perth.git@master
|