Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dzkaka/ChatTTS
markmagic
/
ChatTTS
like
26
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dzkaka
commited on
May 29, 2024
Commit
55c4573
·
verified
·
1 Parent(s):
53a6b0f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -106,4 +106,4 @@ args = parser.parse_args()
106
107
108
if __name__ == '__main__':
109
-
demo.launch()
106
107
108
if __name__ == '__main__':
109
+
demo.launch(
share=True
)