Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Abijith
/
Segmentation-Annotator-using-MobileSAM
like
0
Runtime error
App
Files
Files
Community
Abijith
commited on
Oct 5, 2023
Commit
953282b
•
1 Parent(s):
a38d1b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -149,4 +149,4 @@ demo = gr.Interface(fn=inference_scribble,
149
"./cardamage_example/0206.JPEG"
150
]
151
)
152
-
demo.launch(
cache_examples
=
True
)
149
"./cardamage_example/0206.JPEG"
150
]
151
)
152
+
demo.launch(
enable_queue
=
False
)