Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,6 @@ with gr.Blocks() as demo:
|
|
| 74 |
outputs=output_slider,
|
| 75 |
fn=process_image,
|
| 76 |
cache_examples=True,
|
| 77 |
-
cache_mode="eager",
|
| 78 |
)
|
| 79 |
|
| 80 |
demo.launch(debug=True)
|
|
|
|
| 74 |
outputs=output_slider,
|
| 75 |
fn=process_image,
|
| 76 |
cache_examples=True,
|
|
|
|
| 77 |
)
|
| 78 |
|
| 79 |
demo.launch(debug=True)
|