Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hhhhhh0103
/
SAMReg
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hhhhhh0103
commited on
Mar 24, 2024
Commit
31bc026
·
verified
·
1 Parent(s):
66684ad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -256,3 +256,5 @@ gradio_app = gr.Interface(
256
cache_examples=False,
257
# allow_flagging="never",
258
)
256
cache_examples=False,
257
# allow_flagging="never",
258
)
259
+
260
+
gradio_app.(enable_queue=False)