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 4, 2023
Commit
ad675b8
•
1 Parent(s):
e519862
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -163,4 +163,4 @@ demo = gr.Interface(fn=inference_scribble,
163
"./cardamage_example/0206.JPEG"
164
]
165
)
166
-
demo.launch()
163
"./cardamage_example/0206.JPEG"
164
]
165
)
166
+
demo.launch(
cache_examples=True
)