Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
torch==2.3.0
|
|
|
|
|
|
|
| 3 |
diffusers==0.29.1
|
| 4 |
transformers==4.41.2
|
| 5 |
scipy==1.13.0
|
| 6 |
python-dotenv==1.0.1
|
| 7 |
pydub==0.25.1
|
| 8 |
numpy==1.26.4
|
|
|
|
| 9 |
huggingface_hub==0.23.1
|
| 10 |
accelerate==0.30.1
|
|
|
|
| 1 |
+
--index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.3.0+cpu
|
| 3 |
+
torchaudio==2.3.0+cpu
|
| 4 |
+
torchvision==0.18.0+cpu
|
| 5 |
diffusers==0.29.1
|
| 6 |
transformers==4.41.2
|
| 7 |
scipy==1.13.0
|
| 8 |
python-dotenv==1.0.1
|
| 9 |
pydub==0.25.1
|
| 10 |
numpy==1.26.4
|
| 11 |
+
gradio==4.44.1
|
| 12 |
huggingface_hub==0.23.1
|
| 13 |
accelerate==0.30.1
|