Jordan Legg commited on
Commit
122211b
1 Parent(s): 4d75fda

removed cache examples latest syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -200,8 +200,7 @@ CineDiffusion is an application for creating very high resolution Cinematic wide
200
  fn=infer,
201
  inputs=[prompt, aspect_ratio, width, seed, randomize_seed, num_inference_steps],
202
  outputs=[result, seed],
203
- cache_examples=True,
204
- cache_mode="lazy"
205
  )
206
 
207
  gr.on(
 
200
  fn=infer,
201
  inputs=[prompt, aspect_ratio, width, seed, randomize_seed, num_inference_steps],
202
  outputs=[result, seed],
203
+ cache_examples="lazy"
 
204
  )
205
 
206
  gr.on(