Spaces:
Runtime error
Runtime error
Commit
·
b64a027
1
Parent(s):
9da9b60
update
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
|
|
| 148 |
],
|
| 149 |
inputs=[input_image],
|
| 150 |
outputs=[processed_image, output_model],
|
| 151 |
-
cache_examples=True,
|
| 152 |
fn=partial(run_example),
|
| 153 |
label="Examples",
|
| 154 |
examples_per_page=20
|
|
|
|
| 148 |
],
|
| 149 |
inputs=[input_image],
|
| 150 |
outputs=[processed_image, output_model],
|
| 151 |
+
#cache_examples=True,
|
| 152 |
fn=partial(run_example),
|
| 153 |
label="Examples",
|
| 154 |
examples_per_page=20
|