Update app.py
Browse files
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(
|
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 |
|