Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AIBoy1993/segment_anything_webui
basimbashir
/
segment_anything_webui
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AIBoy1993
commited on
Apr 8, 2023
Commit
e3c1db2
·
1 Parent(s):
a89cd2e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
124
125
126
127
-
demo.launch(
debug=True
)
128
129
130
124
125
126
127
+
demo.launch()
128
129
130