jisaacso219 commited on
Commit
2b27d50
·
verified ·
1 Parent(s): 484441a

Upload 7 files

Browse files
Files changed (7) hide show
  1. .huggingface.yml +2 -0
  2. app.py +1 -0
  3. index.html +1 -0
  4. requirements.txt +4 -0
  5. script.js +1 -0
  6. shodan_face.png +0 -0
  7. style.css +1 -0
.huggingface.yml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ sdk: docker
2
+ app_file: app.py
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ [APP CODE HERE]
index.html ADDED
@@ -0,0 +1 @@
 
 
1
+ [HTML CODE HERE]
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ flask
2
+ transformers
3
+ torch
4
+ TTS
script.js ADDED
@@ -0,0 +1 @@
 
 
1
+ [JS CODE HERE]
shodan_face.png ADDED
style.css ADDED
@@ -0,0 +1 @@
 
 
1
+ [CSS CODE HERE]