Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -219,9 +219,10 @@ with gr.Blocks() as demo:
|
|
219 |
#y = gr.Slider(minimum=-10, value=0, maximum=10, elem_id="y", interactive=False)
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=4, min_width=50):
|
222 |
-
output_image = gr.Image(elem_id="image_out", label="Gif")
|
223 |
-
with gr.Column(scale=1, min_width=50):
|
224 |
image_seq = gr.Image(label="Strip")
|
|
|
|
|
|
|
225 |
# with gr.Row():
|
226 |
# generate_butt = gr.Button("generate")
|
227 |
|
|
|
219 |
#y = gr.Slider(minimum=-10, value=0, maximum=10, elem_id="y", interactive=False)
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=4, min_width=50):
|
|
|
|
|
222 |
image_seq = gr.Image(label="Strip")
|
223 |
+
|
224 |
+
with gr.Column(scale=2, min_width=50):
|
225 |
+
output_image = gr.Image(elem_id="image_out", label="Gif")
|
226 |
# with gr.Row():
|
227 |
# generate_butt = gr.Button("generate")
|
228 |
|