Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
•
cc8ae7b
1
Parent(s):
a6bc633
nocache
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
|
|
72 |
inputs=input_image,
|
73 |
outputs=output_slider,
|
74 |
fn=process_image,
|
75 |
-
cache_examples=True
|
76 |
)
|
77 |
|
78 |
demo.launch(debug=True)
|
|
|
72 |
inputs=input_image,
|
73 |
outputs=output_slider,
|
74 |
fn=process_image,
|
75 |
+
#cache_examples=True
|
76 |
)
|
77 |
|
78 |
demo.launch(debug=True)
|