linoyts HF Staff commited on
Commit
3a361f5
·
verified ·
1 Parent(s): 81ce7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -517,7 +517,7 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean()) as demo:
517
  selected_lora_index_state = gr.State(None)
518
 
519
  with gr.Row():
520
- with gr.Column(scale=2): # Main controls
521
  with gr.Tab("image-to-video") as image_tab:
522
  with gr.Group():
523
  video_i_hidden = gr.Textbox(label="video_i", visible=False, value=None)
 
517
  selected_lora_index_state = gr.State(None)
518
 
519
  with gr.Row():
520
+ with gr.Column(scale=1): # Main controls
521
  with gr.Tab("image-to-video") as image_tab:
522
  with gr.Group():
523
  video_i_hidden = gr.Textbox(label="video_i", visible=False, value=None)