svjack commited on
Commit
6d77aed
1 Parent(s): 8fec543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -405,7 +405,7 @@ with gr.Blocks(css=".caption-label {display:none}") as demo:
405
  with gr.Column(elem_id="prompt-container"):
406
  current_model = gr.Dropdown(label="Current Model", choices=list_models, value="Pixel-Art-XL")
407
  style_reference_input_gallery = gr.Gallery(get_book_covers(),
408
- height = 768 + 64 + 32,
409
  label = "StoryBook Cover (click to use)",
410
  object_fit = "contain"
411
  )
@@ -428,7 +428,7 @@ with gr.Blocks(css=".caption-label {display:none}") as demo:
428
  text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
429
 
430
  with gr.Row():
431
- video_output = gr.Video(label = "Story Video", elem_id="gallery", height = 512,)
432
 
433
  style_reference_input_gallery.select(
434
  image_click, style_reference_input_gallery, style_reference_input_image
 
405
  with gr.Column(elem_id="prompt-container"):
406
  current_model = gr.Dropdown(label="Current Model", choices=list_models, value="Pixel-Art-XL")
407
  style_reference_input_gallery = gr.Gallery(get_book_covers(),
408
+ height = 768 + (768 - 512) + 64 + 32,
409
  label = "StoryBook Cover (click to use)",
410
  object_fit = "contain"
411
  )
 
428
  text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
429
 
430
  with gr.Row():
431
+ video_output = gr.Video(label = "Story Video", elem_id="gallery", height = 768,)
432
 
433
  style_reference_input_gallery.select(
434
  image_click, style_reference_input_gallery, style_reference_input_image