Commit ·
15d19b9
1
Parent(s): d6e0d7a
feature: update gitignore and requirements
Browse files- .gitignore +1 -0
- requirements.txt +4 -1
.gitignore
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
.env
|
|
|
|
| 2 |
venv/
|
| 3 |
__pycache__/
|
| 4 |
*.pyc
|
|
|
|
| 1 |
.env
|
| 2 |
+
.python-version
|
| 3 |
venv/
|
| 4 |
__pycache__/
|
| 5 |
*.pyc
|
requirements.txt
CHANGED
|
@@ -1,2 +1,5 @@
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
requests
|
| 3 |
+
smolagents
|
| 4 |
+
opencv-python
|
| 5 |
+
huggingface_hub
|