smol
Browse files- .gitignore +1 -0
- requirements.txt +1 -2
.gitignore
CHANGED
@@ -4,3 +4,4 @@ __pycache__/
|
|
4 |
.DS_Store
|
5 |
*.pyc
|
6 |
.venv/
|
|
|
|
4 |
.DS_Store
|
5 |
*.pyc
|
6 |
.venv/
|
7 |
+
.DS_Store
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
gradio>=4.0.0
|
2 |
youtube-transcript-api
|
3 |
-
anthropic
|
4 |
-
python-dotenv
|
|
|
1 |
gradio>=4.0.0
|
2 |
youtube-transcript-api
|
3 |
+
anthropic
|
|