Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ismaeltorres00
/
Entrega118
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ismaeltorres00
commited on
May 5, 2024
Commit
50dbdfc
·
verified
·
1 Parent(s):
150e49b
Update app3.py
Browse files
Files changed (1)
hide
show
app3.py
+1
-1
app3.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ demo = gr.Interface(
15
title="De texto a voz",
16
)
17
18
-
demo.launch()
15
title="De texto a voz",
16
)
17
18
+
demo.launch(
share=True
)