Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -4,11 +4,11 @@ uvicorn==0.22.0
|
|
4 |
python-multipart==0.0.6
|
5 |
python-dotenv==1.0.0
|
6 |
|
7 |
-
# ===== AI/ML (PERFECTLY
|
8 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
9 |
transformers==4.28.1
|
10 |
-
diffusers==0.
|
11 |
-
huggingface-hub==0.
|
12 |
accelerate==0.18.0
|
13 |
sentencepiece==0.1.99
|
14 |
|
@@ -40,4 +40,4 @@ langdetect==1.0.9
|
|
40 |
protobuf==3.20.3
|
41 |
|
42 |
# ===== GRADIO INTERFACE =====
|
43 |
-
gradio==3.28.3
|
|
|
4 |
python-multipart==0.0.6
|
5 |
python-dotenv==1.0.0
|
6 |
|
7 |
+
# ===== AI/ML (PERFECTLY COMPATIBLE VERSIONS) =====
|
8 |
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
9 |
transformers==4.28.1
|
10 |
+
diffusers==0.14.0 # Version that works with huggingface-hub 0.13.4
|
11 |
+
huggingface-hub==0.13.4 # Contains cached_download
|
12 |
accelerate==0.18.0
|
13 |
sentencepiece==0.1.99
|
14 |
|
|
|
40 |
protobuf==3.20.3
|
41 |
|
42 |
# ===== GRADIO INTERFACE =====
|
43 |
+
gradio==3.28.3
|