Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Edmon02
/
SpeechT5_hy
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Edmon02
commited on
Jul 13, 2024
Commit
6041383
·
verified
·
1 Parent(s):
499fc80
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -216,4 +216,4 @@ gr.Interface(
216
],
217
title=title,
218
description=description,
219
-
).launch()
216
],
217
title=title,
218
description=description,
219
+
).launch(
share=True
)