Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
text-to-speech
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ehristoforu
commited on
Oct 22, 2023
Commit
6b3775a
·
1 Parent(s):
34f8278
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ tts_demo = gr.load(
15
demo = tts_demo
16
17
if __name__ == "__main__":
18
-
demo.
launchs
(show_api=False)
15
demo = tts_demo
16
17
if __name__ == "__main__":
18
+
demo.
launch
(show_api=False)