Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
pytube
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
requests>=2.28.0
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
pytube>=12.1.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
torch>=2.0.0
|
5 |
+
textblob>=0.17.1
|
6 |
+
huggingface-hub>=0.19.0
|
|