Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.17.0
|
2 |
+
fastapi[all]==0.85.0
|
3 |
+
huggingface_hub==0.11.0
|
4 |
+
moviepy==1.0.3
|
5 |
+
uvicorn==0.18.2
|
6 |
+
requests==2.28.1
|
7 |
+
numpy==1.23.1
|
8 |
+
python-multipart==0.0.5
|
9 |
+
youtube-dl==2021.12.17
|
10 |
+
yt-dlp
|
11 |
+
captcha
|