smartdigitalnetworks commited on
Commit
df838bf
·
verified ·
1 Parent(s): 9e79c4c

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -19,14 +19,14 @@ def gif_maker(img_files):
19
  output_file,
20
  save_all=True,
21
  append_images=img_array[1:],
22
- Duration=400,
23
  loop=0
24
  )
25
  return output_file
26
 
27
  demo = gr.Interface(
28
  gif_maker,
29
- inputs=[gr.Gallery(),gr.Textbox("", label="Duration")],
30
  outputs=gr.Image(),
31
  examples=[
32
  [[
 
19
  output_file,
20
  save_all=True,
21
  append_images=img_array[1:],
22
+ duration=400,
23
  loop=0
24
  )
25
  return output_file
26
 
27
  demo = gr.Interface(
28
  gif_maker,
29
+ inputs=gr.Gallery(),
30
  outputs=gr.Image(),
31
  examples=[
32
  [[