Hugging Face
Models
Datasets
Spaces
Posts
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
1c82f29
·
verified
·
1 Parent(s):
ed90592
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ demo = gr.Interface(
22
"text",
23
)
24
25
-
demo.launch()
22
"text",
23
)
24
25
+
demo.launch(
share=True
)