Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SohomToom
/
TextToVoiceUsingOpenVoice
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SohomToom
commited on
4 days ago
Commit
6fb6260
·
verified
·
1 Parent(s):
7c7b399
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ demo = gr.Interface(
72
)
73
74
if __name__ == "__main__":
75
-
demo.launch()
72
)
73
74
if __name__ == "__main__":
75
+
demo.launch(
share=True
)