pbk0 commited on
Commit
ffee283
·
1 Parent(s): 83eefbb

Add .gitignore and requirements.txt 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
+ huggingface[cli]
3
+ numpy
4
+ fsspec