Princeaka commited on
Commit
58dab5e
·
verified ·
1 Parent(s): b1be883

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 (STABLE VERSIONS) =====
8
- torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cpu
9
- transformers==4.30.2
10
- diffusers==0.19.3
11
- huggingface-hub==0.16.4
12
- accelerate==0.21.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.41.0
 
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