Spaces:
Runtime error
Runtime error
test1
Browse files- .gitignore +1 -0
- requirements.txt +2 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__
|
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
mcp
|
2 |
-
textblob
|
|
|
|
1 |
mcp
|
2 |
+
textblob
|
3 |
+
yt_dlp
|