owwe commited on
Commit
d85de4c
·
1 Parent(s): 44ddcee

new library

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. 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