Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BadriNarayanan
/
gradio-text-to-speech-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BadriNarayanan
commited on
Oct 19, 2024
Commit
2069c02
·
1 Parent(s):
e776b3e
made public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1046,4 +1046,4 @@ if __name__ == "__main__":
1046
if not USING_SPACES:
1047
main()
1048
else:
1049
-
app.queue().launch()
1046
if not USING_SPACES:
1047
main()
1048
else:
1049
+
app.queue().launch(
share=True
)