kenken999 commited on
Commit
ad6ac7b
·
1 Parent(s): 274a1d3
Files changed (1) hide show
  1. controllers/gra_06_video/video.py +1 -1
controllers/gra_06_video/video.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as gradio_interface:
67
  show_label=False,
68
  max_lines=1,
69
  placeholder='Enter your prompt',
70
- elem_id='prompt-text-input').style(container=False)
71
  run_button = gr.Button('Generate video').style(
72
  full_width=False)
73
  result = gr.Video(label='Result', show_label=False, elem_id='gallery')
 
67
  show_label=False,
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')