Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -4,12 +4,12 @@ uvicorn==0.22.0
|
|
4 |
python-multipart==0.0.6
|
5 |
python-dotenv==1.0.0
|
6 |
|
7 |
-
# ===== AI/ML (
|
8 |
-
torch==
|
9 |
-
transformers==4.
|
10 |
-
diffusers==0.
|
11 |
-
huggingface-hub==0.
|
12 |
-
accelerate==0.
|
13 |
sentencepiece==0.1.99
|
14 |
|
15 |
# ===== AUDIO PROCESSING =====
|
@@ -40,4 +40,4 @@ langdetect==1.0.9
|
|
40 |
protobuf==3.20.3
|
41 |
|
42 |
# ===== GRADIO INTERFACE =====
|
43 |
-
gradio==3.
|
|
|
4 |
python-multipart==0.0.6
|
5 |
python-dotenv==1.0.0
|
6 |
|
7 |
+
# ===== AI/ML (100% WORKING VERSIONS) =====
|
8 |
+
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
9 |
+
transformers==4.28.1
|
10 |
+
diffusers==0.16.1 # Last version using cached_download
|
11 |
+
huggingface-hub==0.13.4 # Exact version with cached_download
|
12 |
+
accelerate==0.18.0
|
13 |
sentencepiece==0.1.99
|
14 |
|
15 |
# ===== AUDIO PROCESSING =====
|
|
|
40 |
protobuf==3.20.3
|
41 |
|
42 |
# ===== GRADIO INTERFACE =====
|
43 |
+
gradio==3.28.3 # Downgraded for compatibility
|