freealise commited on
Commit
c66b1cb
·
verified ·
1 Parent(s): 9038b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -192,9 +192,7 @@ with gr.Blocks() as demo:
192
  file_output = gr.File()
193
 
194
  gr.Examples(
195
- examples=[[
196
- [["./examples/0.png","0"], ["./examples/1.png","1"], ["./examples/2.png","2"], ["./examples/3.png","3"], ["./examples/4.png","4"]],
197
- 1, 0]],
198
  fn=infer,
199
  inputs=[gallery_input, interpolation_slider, fps_output_slider],
200
  outputs=[video_output, file_output],
 
192
  file_output = gr.File()
193
 
194
  gr.Examples(
195
+ examples=[[["./examples/0.png", "./examples/1.png", "./examples/2.png", "./examples/3.png", "./examples/4.png"], 1, 0]],
 
 
196
  fn=infer,
197
  inputs=[gallery_input, interpolation_slider, fps_output_slider],
198
  outputs=[video_output, file_output],