talalif commited on
Commit
5b330bd
·
verified ·
1 Parent(s): 099d06e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def run(duration=180):
70
  with gr.Blocks() as demo:
71
  image = gr.Image()
72
  image.change(fn=add_new_image,inputs=image)
73
- button = gr.Button(label="Generate Video")
74
  video = gr.Video()
75
  button.click(fn=run,outputs=video)
76
 
 
70
  with gr.Blocks() as demo:
71
  image = gr.Image()
72
  image.change(fn=add_new_image,inputs=image)
73
+ button = gr.Button()
74
  video = gr.Video()
75
  button.click(fn=run,outputs=video)
76