Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio
|
2 |
transformers
|
3 |
-
torch>=2.6.0
|
4 |
accelerate
|
5 |
datasets
|
6 |
soundfile
|
|
|
1 |
+
gradio>=4.0.0 # Or a more specific version like gradio==4.36.1
|
2 |
transformers
|
3 |
+
torch>=2.6.0
|
4 |
accelerate
|
5 |
datasets
|
6 |
soundfile
|