Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macapa
/
blindness_space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
macapa
commited on
May 23, 2024
Commit
d18a8bf
路
verified
路
1 Parent(s):
6872f63
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ interface = gr.Interface(
50
51
52
# Ejecutar la aplicaci贸n
53
-
interface.launch()
50
51
52
# Ejecutar la aplicaci贸n
53
+
interface.launch(
share=True
)