Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gestiodinamica
/
microtalleres_cogtech_autodiagnostico
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jcmachicao
commited on
Jan 8
Commit
f653755
路
verified
路
1 Parent(s):
0ed48a3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -129,4 +129,4 @@ with gr.Blocks() as app:
129
)
130
131
if __name__ == "__main__":
132
-
app.launch()
129
)
130
131
if __name__ == "__main__":
132
+
app.launch(
share=True
)