Spaces:
Running
Running
Upload 7 files
Browse files- .huggingface.yml +2 -0
- app.py +1 -0
- index.html +1 -0
- requirements.txt +4 -0
- script.js +1 -0
- shodan_face.png +0 -0
- 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]
|