zhang0319 commited on
Commit
30cf2d5
·
verified ·
1 Parent(s): f8e4a15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -227,7 +227,8 @@ with gr.Blocks(title="Breast MRI T2 Synthesizer", theme=custom_theme) as interfa
227
  examples=example_list,
228
  inputs=[dce_input, sinwas_input, dwi_input],
229
  label="Select an example to try",
230
- examples_per_page=2
 
231
  )
232
 
233
  with gr.Row():
 
227
  examples=example_list,
228
  inputs=[dce_input, sinwas_input, dwi_input],
229
  label="Select an example to try",
230
+ examples_per_page=2,
231
+ cache_examples=False
232
  )
233
 
234
  with gr.Row():