Spaces:
Runtime error
Runtime error
owwe commited on
Commit ·
d85de4c
1
Parent(s): 44ddcee
new library
Browse files- .gitignore +2 -0
- requirements.txt +2 -0
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
venv/
|
| 2 |
+
.env
|
requirements.txt
CHANGED
|
@@ -4,4 +4,6 @@ scikit-learn==1.1.1
|
|
| 4 |
gradio
|
| 5 |
Pillow
|
| 6 |
pandas
|
|
|
|
| 7 |
requests
|
|
|
|
|
|
| 4 |
gradio
|
| 5 |
Pillow
|
| 6 |
pandas
|
| 7 |
+
httpx==0.24.1
|
| 8 |
requests
|
| 9 |
+
python-dotenv
|