Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
danhtran2mind
/
Viet-SpeechT5-TTS-finetuning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
danhtran2mind
commited on
Oct 1
Commit
abea497
·
verified
·
1 Parent(s):
2764e87
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ iface = gr.Interface(
52
53
# Launch the app
54
if __name__ == "__main__":
55
-
iface.launch()
52
53
# Launch the app
54
if __name__ == "__main__":
55
+
iface.launch(
debug=True
)