priya9shu commited on
Commit
2b58fa1
·
1 Parent(s): bd503b7

gardio app

Browse files
Files changed (3) hide show
  1. .gitignore +4 -0
  2. Sammi.code-workspace +7 -0
  3. requirements.txt +2 -0
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ .env
4
+ SpaceENV/
Sammi.code-workspace ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ]
7
+ }
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ gradio
2
+ transformers