Princeaka commited on
Commit
f81bc73
·
verified ·
1 Parent(s): e15e31f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 SYNCED VERSIONS) =====
8
  torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
9
  transformers==4.28.1
10
- diffusers==0.15.1 # Last known stable version with cached_download
11
- huggingface-hub==0.12.1 # Contains cached_download
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 # Compatible version
 
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