lev1 commited on
Commit
38a1665
·
verified ·
1 Parent(s): dcf86ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as demo:
224
  outputs=[video_stage2],
225
  fn=enhance,
226
  run_on_click=False,
227
- cache_examples=True,
228
  )
229
 
230
  gr.Examples(examples=examples_2,
@@ -232,9 +232,9 @@ with gr.Blocks() as demo:
232
  outputs=[video_stage2],
233
  fn=enhance,
234
  run_on_click=False,
235
- cache_examples=True,
236
- preprocess=False,
237
- postprocess=True,
238
  )
239
 
240
  run_button_stage2.click(fn=enhance, inputs=inputs_v2v, outputs=video_stage2,)
 
224
  outputs=[video_stage2],
225
  fn=enhance,
226
  run_on_click=False,
227
+ cache_examples=False,
228
  )
229
 
230
  gr.Examples(examples=examples_2,
 
232
  outputs=[video_stage2],
233
  fn=enhance,
234
  run_on_click=False,
235
+ cache_examples=False,
236
+ # preprocess=False,
237
+ # postprocess=True,
238
  )
239
 
240
  run_button_stage2.click(fn=enhance, inputs=inputs_v2v, outputs=video_stage2,)