Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ML-INTA
/
ML-Image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ML-INTA
commited on
Sep 29, 2023
Commit
9e67631
·
1 Parent(s):
2b488ea
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,7 +101,7 @@ demo = gr.Interface(
101
)
102
103
104
-
demo.launch(show_error = True, auth=(USUARIO, USUARIO), share=
True
)
105
106
107
101
)
102
103
104
+
demo.launch(show_error = True, auth=(USUARIO, USUARIO), share=
False
)
105
106
107