Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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)
|