Spaces:
Running
on
Zero
Running
on
Zero
Fabrice-TIERCELIN
commited on
Commit
•
a14ce71
1
Parent(s):
da86870
cache_examples = False
Browse files- gradio_demo.py +1 -1
gradio_demo.py
CHANGED
@@ -651,7 +651,7 @@ with gr.Blocks(title="SUPIR") as interface:
|
|
651 |
6
|
652 |
],
|
653 |
],
|
654 |
-
cache_examples =
|
655 |
)
|
656 |
|
657 |
with gr.Row():
|
|
|
651 |
6
|
652 |
],
|
653 |
],
|
654 |
+
cache_examples = False,
|
655 |
)
|
656 |
|
657 |
with gr.Row():
|