Novapool commited on
Commit
6e2c721
·
1 Parent(s): a47e54c

requirements/gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +4 -0
  2. requirements.txt +2 -0
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ .env
4
+ .DS_Store
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ gradio==4.44.0
2
+ huggingface_hub==0.20.0