Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tobiccino
/
tts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tobiccino
commited on
Feb 17, 2023
Commit
4a2db54
·
1 Parent(s):
e836e92
test app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
import
.vietTTS.synthesizer
.
run
3
4
def greet(name):
5
run()
1
import gradio as gr
2
+
from
.vietTTS.synthesizer
import
run
3
4
def greet(name):
5
run()