Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Curify
/
studio_V1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
qqwjq1981
commited on
about 1 month ago
Commit
1d831d8
·
verified
·
1 Parent(s):
062729e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -697,4 +697,5 @@ def build_interface():
697
698
tts_model = None
699
# Launch the Gradio interface
700
-
demo = build_interface()
697
698
tts_model = None
699
# Launch the Gradio interface
700
+
demo = build_interface()
701
+
demo.launch()