Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|