Spaces:
Runtime error
Runtime error
Commit ·
9f38d1e
1
Parent(s): b793616
Changed python version and removed torch and torchaudio from reqs
Browse files- README.md +2 -2
- requirements.txt +0 -2
README.md
CHANGED
|
@@ -5,9 +5,9 @@ colorFrom: yellow
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.28.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
python_version: 3.11
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.28.0
|
| 8 |
+
python_version: 3.10
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -133,9 +133,7 @@ tensorboard-data-server==0.7.2
|
|
| 133 |
termcolor==3.3.0
|
| 134 |
threadpoolctl==3.6.0
|
| 135 |
tomlkit==0.13.3
|
| 136 |
-
torch==2.10.0
|
| 137 |
torch-stoi==0.2.3
|
| 138 |
-
torchaudio==2.10.0
|
| 139 |
torchcodec==0.10.0
|
| 140 |
tqdm==4.67.3
|
| 141 |
traitlets==5.14.3
|
|
|
|
| 133 |
termcolor==3.3.0
|
| 134 |
threadpoolctl==3.6.0
|
| 135 |
tomlkit==0.13.3
|
|
|
|
| 136 |
torch-stoi==0.2.3
|
|
|
|
| 137 |
torchcodec==0.10.0
|
| 138 |
tqdm==4.67.3
|
| 139 |
traitlets==5.14.3
|