cocktailpeanut commited on
Commit
b64a027
1 Parent(s): 9da9b60
Files changed (1) hide show
  1. app.py +1 -1
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