Spaces:
Runtime error
Runtime error
fix: gradio 5.x for HfFolder import compat
Browse files- README.md +1 -1
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🐬
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: DeepSeek-Coder-V2-Lite-Instruct on ZeroGPU
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.9.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: DeepSeek-Coder-V2-Lite-Instruct on ZeroGPU
|
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@ accelerate
|
|
| 4 |
spaces
|
| 5 |
fastapi
|
| 6 |
pydantic>=2
|
| 7 |
-
gradio>=
|
|
|
|
| 8 |
autoawq
|
| 9 |
sentencepiece
|
|
|
|
| 4 |
spaces
|
| 5 |
fastapi
|
| 6 |
pydantic>=2
|
| 7 |
+
gradio>=5.0.0
|
| 8 |
+
huggingface_hub>=0.25
|
| 9 |
autoawq
|
| 10 |
sentencepiece
|