multimodalart HF staff commited on
Commit
993abb8
1 Parent(s): f1c3cc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -162,15 +162,15 @@ with gr.Blocks(css=css) as demo:
162
 
163
  with gr.Column():
164
  output_image = gr.Video(label="Looping video", elem_id="video", loop=True, autoplay=True)
165
- #with gr.Row():
166
-
167
- with gr.Column(scale=4, min_width=50):
168
- image_seq = gr.Image(label="Strip", elem_id="strip", height=65)
169
-
170
- with gr.Column(scale=2, min_width=50):
171
- with gr.Group(elem_id="group"):
172
- post_generation_image = gr.Image(label="Generated Images", type="filepath")
173
- post_generation_slider = gr.Slider(minimum=-10, maximum=10, value=0, step=1, label="From 1st to 2nd direction")
174
 
175
  with gr.Accordion(label="Advanced options", open=False):
176
  interm_steps = gr.Slider(label = "Num of intermediate images", minimum=3, value=7, maximum=65, step=2)
 
162
 
163
  with gr.Column():
164
  output_image = gr.Video(label="Looping video", elem_id="video", loop=True, autoplay=True)
165
+
166
+ with gr.Row():
167
+ with gr.Column(scale=4, min_width=50):
168
+ image_seq = gr.Image(label="Strip", elem_id="strip", height=65)
169
+
170
+ with gr.Column(scale=2, min_width=50):
171
+ with gr.Group(elem_id="group"):
172
+ post_generation_image = gr.Image(label="Generated Images", type="filepath")
173
+ post_generation_slider = gr.Slider(minimum=-10, maximum=10, value=0, step=1, label="From 1st to 2nd direction")
174
 
175
  with gr.Accordion(label="Advanced options", open=False):
176
  interm_steps = gr.Slider(label = "Num of intermediate images", minimum=3, value=7, maximum=65, step=2)