Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kmaes
/
TextToAudio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kmaes
commited on
18 days ago
Commit
c25d408
·
verified
·
1 Parent(s):
56f10fe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -190,4 +190,4 @@ demo = gr.Interface(
190
)
191
192
# Launch
193
-
demo.launch()
190
)
191
192
# Launch
193
+
demo.launch(
show_api=True
)