Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vmoras
/
SAM_test
like
1
Sleeping
App
Files
Files
Community
vmoras
commited on
May 22, 2023
Commit
5efdfc5
•
1 Parent(s):
1bf325b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -154,4 +154,4 @@ with gr.Blocks() as demo:
154
)
155
156
157
-
demo.launch(debug=True
, auth=(os.environ['user'], os.environ['password']
)
)
154
)
155
156
157
+
demo.launch(debug=True)