hhhhhh0103 commited on
Commit
0f2a7a2
β€’
1 Parent(s): 598c842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True,
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