Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with gr.Blocks(css=css) as demo:
|
|
226 |
image_seq = gr.Image(label="Strip", elem_id="strip")
|
227 |
|
228 |
with gr.Column(scale=2, min_width=50):
|
229 |
-
output_image = gr.Image(
|
230 |
# with gr.Row():
|
231 |
# generate_butt = gr.Button("generate")
|
232 |
|
|
|
226 |
image_seq = gr.Image(label="Strip", elem_id="strip")
|
227 |
|
228 |
with gr.Column(scale=2, min_width=50):
|
229 |
+
output_image = gr.Image(label="Gif", elem_id="gif")
|
230 |
# with gr.Row():
|
231 |
# generate_butt = gr.Button("generate")
|
232 |
|