Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
β’
c200095
1
Parent(s):
c5f87c2
Update gradio_videolora.py
Browse files- gradio_videolora.py +2 -1
gradio_videolora.py
CHANGED
@@ -14,9 +14,10 @@ def create_demo(get_video_lora):
|
|
14 |
max_lines=1,
|
15 |
placeholder='Enter your prompt',
|
16 |
elem_id='prompt-text-input').style(container=False)
|
|
|
17 |
model_choice = gr.Dropdown(choices=lora_list, value=lora_list[0], label='Model Style')
|
18 |
run_button = gr.Button('Generate video').style(
|
19 |
-
|
20 |
result = gr.Video(label='Result', show_label=False, elem_id='gallery')
|
21 |
with gr.Accordion('Advanced options', open=False):
|
22 |
seed = gr.Slider(
|
|
|
14 |
max_lines=1,
|
15 |
placeholder='Enter your prompt',
|
16 |
elem_id='prompt-text-input').style(container=False)
|
17 |
+
with gr.Row(elem_id='prompt-container').style(equal_height=True):
|
18 |
model_choice = gr.Dropdown(choices=lora_list, value=lora_list[0], label='Model Style')
|
19 |
run_button = gr.Button('Generate video').style(
|
20 |
+
full_width=False)
|
21 |
result = gr.Video(label='Result', show_label=False, elem_id='gallery')
|
22 |
with gr.Accordion('Advanced options', open=False):
|
23 |
seed = gr.Slider(
|