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
a42b371
·
verified
·
1 Parent(s):
1c82f29
Update app2.py
Browse files
Files changed (1)
hide
show
app2.py
+1
-1
app2.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ demo = gr.Interface(
25
live=True,
26
)
27
28
-
demo.launch()
25
live=True,
26
)
27
28
+
demo.launch(
share=True
)