Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,9 @@ with gr.Blocks(css=css) as demo:
|
|
139 |
inputs=[image_path],
|
140 |
examples_per_page=5
|
141 |
)
|
142 |
-
|
|
|
|
|
143 |
with gr.Column():
|
144 |
output_video = gr.Video(format="mp4")
|
145 |
gr.HTML("""
|
|
|
139 |
inputs=[image_path],
|
140 |
examples_per_page=5
|
141 |
)
|
142 |
+
with gr.Row():
|
143 |
+
clear_btn = gr.ClearButton()
|
144 |
+
run_btn = gr.Button("Run")
|
145 |
with gr.Column():
|
146 |
output_video = gr.Video(format="mp4")
|
147 |
gr.HTML("""
|