Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
gtts
|
4 |
+
PyTorch
|
5 |
+
huggingface_hub
|
6 |
+
youtube-search-python
|
7 |
+
|
8 |
+
pip install -r requirements.txt
|