Th3Nic3Guy commited on
Commit
e4f82d4
·
1 Parent(s): 075f63b

added git ignore files

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +4 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv/
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ gradio
2
+ pandas
3
+ requests
4
+ numpy