kjysmu commited on
Commit
0e18a50
1 Parent(s): 4390a86

modify app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -813,7 +813,7 @@ with gr.Blocks(css=css) as demo:
813
  # with gr.Column(visible=True) as colA:
814
  with gr.Column(visible=True) as rowA:
815
  with gr.Row():
816
- input_video = gr.Video(label="Input Video", height=250)
817
  with gr.Row():
818
  with gr.Row():
819
  input_primer = gr.Textbox(label="Input Primer", value="C Am F G")
 
813
  # with gr.Column(visible=True) as colA:
814
  with gr.Column(visible=True) as rowA:
815
  with gr.Row():
816
+ input_video = gr.Video(label="Input Video")
817
  with gr.Row():
818
  with gr.Row():
819
  input_primer = gr.Textbox(label="Input Primer", value="C Am F G")