Spaces:
Running on Zero
Running on Zero
Commit ·
eb15424
1
Parent(s): 55d34c8
Align config with working prithivMLmods space to fix blank page
Browse files- Downgrade sdk_version from 6.14.0 to 6.12.0
- Remove python_version: "3.13" (not set in working space)
- Add gradio and torch to requirements.txt (HF pip install uses this)
- Pin transformers==4.57.1 to match working space
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- README.md +1 -2
- requirements.txt +3 -1
README.md
CHANGED
|
@@ -4,9 +4,8 @@ emoji: 🔥
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
python_version: "3.13"
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.12.0
|
| 8 |
app_file: app.py
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
requirements.txt
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
git+https://github.com/huggingface/accelerate.git
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
git+https://github.com/huggingface/peft.git
|
| 4 |
-
transformers
|
| 5 |
huggingface_hub
|
| 6 |
sentencepiece
|
| 7 |
torchvision
|
| 8 |
kernels
|
| 9 |
spaces
|
| 10 |
hf_xet
|
|
|
|
|
|
|
| 11 |
numpy
|
| 12 |
av
|
|
|
|
| 1 |
git+https://github.com/huggingface/accelerate.git
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
git+https://github.com/huggingface/peft.git
|
| 4 |
+
transformers==4.57.1
|
| 5 |
huggingface_hub
|
| 6 |
sentencepiece
|
| 7 |
torchvision
|
| 8 |
kernels
|
| 9 |
spaces
|
| 10 |
hf_xet
|
| 11 |
+
gradio
|
| 12 |
+
torch
|
| 13 |
numpy
|
| 14 |
av
|