Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio
|
2 |
torch==2.1.2
|
3 |
diffusers==0.28.2
|
4 |
transformers==4.39.3
|
@@ -6,5 +6,4 @@ scipy==1.13.0
|
|
6 |
python-dotenv==1.0.1
|
7 |
pydub==0.25.1
|
8 |
pillow==10.2.0
|
9 |
-
numpy==1.26.4
|
10 |
-
huggingface_hub==0.20.3
|
|
|
1 |
+
gradio>=4.13.0
|
2 |
torch==2.1.2
|
3 |
diffusers==0.28.2
|
4 |
transformers==4.39.3
|
|
|
6 |
python-dotenv==1.0.1
|
7 |
pydub==0.25.1
|
8 |
pillow==10.2.0
|
9 |
+
numpy==1.26.4
|
|