Spaces:
Building
Building
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,7 +6,8 @@ python-multipart==0.0.6
|
|
6 |
# AI/ML
|
7 |
torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
8 |
transformers==4.30.0
|
9 |
-
diffusers==0.
|
|
|
10 |
|
11 |
# Audio Processing
|
12 |
soundfile==0.12.1
|
|
|
6 |
# AI/ML
|
7 |
torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
8 |
transformers==4.30.0
|
9 |
+
diffusers==0.19.3 # ← Downgraded for compatibility
|
10 |
+
huggingface-hub==0.16.4 # ← Specific working version
|
11 |
|
12 |
# Audio Processing
|
13 |
soundfile==0.12.1
|