Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ intro = """
|
|
| 134 |
</p>
|
| 135 |
"""
|
| 136 |
css='''
|
| 137 |
-
#strip, #interactive{max-height:
|
| 138 |
#strip img{object-fit: cover}
|
| 139 |
'''
|
| 140 |
examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5]]
|
|
@@ -164,7 +164,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 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=
|
| 168 |
image_seq = gr.Image(label="Strip", elem_id="strip", height=65)
|
| 169 |
|
| 170 |
with gr.Column(scale=2, min_width=50):
|
|
|
|
| 134 |
</p>
|
| 135 |
"""
|
| 136 |
css='''
|
| 137 |
+
#strip, #interactive{max-height: 256px; min-height: 65px}
|
| 138 |
#strip img{object-fit: cover}
|
| 139 |
'''
|
| 140 |
examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5]]
|
|
|
|
| 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=3, 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):
|