p1atdev commited on
Commit
bfaed2e
·
1 Parent(s): 388f879

fix: not to cache

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def ui():
81
  inputs=[input_img],
82
  outputs=[extract_output_img, to_sketch_output_img],
83
  label="Examples",
84
- cache_examples=True,
85
  )
86
 
87
  gr.Markdown("Images are from nijijourney.")
 
81
  inputs=[input_img],
82
  outputs=[extract_output_img, to_sketch_output_img],
83
  label="Examples",
84
+ # cache_examples=True,
85
  )
86
 
87
  gr.Markdown("Images are from nijijourney.")