Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
β’
fcae7db
1
Parent(s):
2b63734
Update gradio_videocontrol.py
Browse files- gradio_videocontrol.py +1 -3
gradio_videocontrol.py
CHANGED
@@ -11,10 +11,8 @@ def create_demo(get_video_control):
|
|
11 |
max_lines=1,
|
12 |
placeholder='Enter your prompt',
|
13 |
elem_id='prompt-text-input').style(container=False)
|
14 |
-
run_button = gr.Button('Generate video').style(
|
15 |
-
full_width=False)
|
16 |
input_video = gr.Video(label='Input Video')
|
17 |
-
|
18 |
result = gr.Video(label='Result', show_label=False, elem_id='gallery')
|
19 |
with gr.Accordion('Advanced options', open=False):
|
20 |
seed = gr.Slider(
|
|
|
11 |
max_lines=1,
|
12 |
placeholder='Enter your prompt',
|
13 |
elem_id='prompt-text-input').style(container=False)
|
|
|
|
|
14 |
input_video = gr.Video(label='Input Video')
|
15 |
+
run_button = gr.Button('Generate video')
|
16 |
result = gr.Video(label='Result', show_label=False, elem_id='gallery')
|
17 |
with gr.Accordion('Advanced options', open=False):
|
18 |
seed = gr.Slider(
|