Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
pip>=23.2
|
2 |
-
gradio
|
|
|
|
|
3 |
accelerate
|
4 |
librosa
|
5 |
transformers
|
|
|
1 |
pip>=23.2
|
2 |
+
uninstall -y gradio
|
3 |
+
gradio==3.50.2
|
4 |
+
# gradio==4.37.1
|
5 |
accelerate
|
6 |
librosa
|
7 |
transformers
|