kenken999 commited on
Commit
9ec91e9
·
1 Parent(s): ad6ac7b
Files changed (1) hide show
  1. controllers/gra_06_video/video.py +1 -2
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').style(
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(