Spaces:
Running
on
Zero
Running
on
Zero
controllers/gra_06_video/video.py
CHANGED
@@ -68,8 +68,7 @@ with gr.Blocks() as gradio_interface:
|
|
68 |
max_lines=1,
|
69 |
placeholder='Enter your prompt',
|
70 |
elem_id='prompt-text-input')
|
71 |
-
run_button = gr.Button('Generate video')
|
72 |
-
full_width=False)
|
73 |
result = gr.Video(label='Result', show_label=False, elem_id='gallery')
|
74 |
with gr.Accordion('Advanced options', open=False):
|
75 |
seed = gr.Slider(
|
|
|
68 |
max_lines=1,
|
69 |
placeholder='Enter your prompt',
|
70 |
elem_id='prompt-text-input')
|
71 |
+
run_button = gr.Button('Generate video')
|
|
|
72 |
result = gr.Video(label='Result', show_label=False, elem_id='gallery')
|
73 |
with gr.Accordion('Advanced options', open=False):
|
74 |
seed = gr.Slider(
|