ambujm22 commited on
Commit
e559000
·
verified ·
1 Parent(s): 8fdb704

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,14 +1,13 @@
1
- --index-url https://download.pytorch.org/whl/cu121
2
- --extra-index-url https://pypi.org/simple
 
3
 
4
- torch==2.5.1+cu121
5
- torchaudio==2.5.1+cu121
 
6
 
7
- transformers>=4.43
8
- accelerate>=0.33
9
- diffusers>=0.31
10
  soundfile
11
- gradio>=4.43,<5
12
- huggingface_hub
13
- safetensors
14
- pyyaml
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.2.2+cpu
3
+ torchaudio==2.2.2+cpu
4
 
5
+ gradio>=4.44,<5
6
+ fastapi>=0.110
7
+ uvicorn>=0.29
8
 
9
+ numpy
10
+ scipy
 
11
  soundfile
12
+ huggingface_hub>=0.24
13
+ requests