Spaces:
Sleeping
Sleeping
hhhhhh0103
commited on
Commit
β’
0f2a7a2
1
Parent(s):
598c842
Update app.py
Browse files
app.py
CHANGED
@@ -253,7 +253,7 @@ gradio_app = gr.Interface(
|
|
253 |
π Examples below are all medical images for the algorithm proposed for medical registration initially. <br>\
|
254 |
π Current UI interface only unleashes a small part of the capabilities of SAMReg, i.e., 2D registration w 'embedding' mode. \
|
255 |
</p>",
|
256 |
-
cache_examples=
|
257 |
# allow_flagging="never",
|
258 |
)
|
259 |
|
|
|
253 |
π Examples below are all medical images for the algorithm proposed for medical registration initially. <br>\
|
254 |
π Current UI interface only unleashes a small part of the capabilities of SAMReg, i.e., 2D registration w 'embedding' mode. \
|
255 |
</p>",
|
256 |
+
cache_examples=False,
|
257 |
# allow_flagging="never",
|
258 |
)
|
259 |
|