Spaces:
Sleeping
Sleeping
Fix build: Python 3.10 for gradio 5.42, CPU torch wheels, CPU audio-separator
Browse files- README.md +1 -1
- requirements.txt +2 -3
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: purple
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
-
python_version: "3.
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-nc-4.0
|
| 11 |
tags:
|
|
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
+
python_version: "3.10"
|
| 9 |
pinned: false
|
| 10 |
license: cc-by-nc-4.0
|
| 11 |
tags:
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
|
| 3 |
torch
|
| 4 |
torchaudio
|
|
@@ -30,5 +30,4 @@ git+https://github.com/avan06/pyfluidsynth
|
|
| 30 |
|
| 31 |
demucs
|
| 32 |
|
| 33 |
-
audio-separator[
|
| 34 |
-
audio-separator[cpu]; sys_platform == 'darwin'
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
|
| 3 |
torch
|
| 4 |
torchaudio
|
|
|
|
| 30 |
|
| 31 |
demucs
|
| 32 |
|
| 33 |
+
audio-separator[cpu]
|
|
|