Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
maya-research/maya1
sam749
/
maya1
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sam749
commited on
Nov 9
Commit
35fea00
·
verified
·
1 Parent(s):
8c9f8d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -317,5 +317,5 @@ with gr.Blocks(title="Maya1 - Open Source Emotional TTS", theme=gr.themes.Soft()
317
)
318
319
if __name__ == "__main__":
320
-
demo.launch()
321
317
)
318
319
if __name__ == "__main__":
320
+
demo.launch(
share=True
)
321