fffiloni commited on
Commit
a2a8df5
1 Parent(s): bce3142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(css=css) as demo:
97
  <h1 style="text-align: center;">ControlVideo</h1>
98
  """)
99
  with gr.Row():
100
- with gr.column():
101
  video_path = gr.Video(source="upload", type="filepath")
102
  prompt = gr.Textbox(label="prompt")
103
  with gr.Row():
 
97
  <h1 style="text-align: center;">ControlVideo</h1>
98
  """)
99
  with gr.Row():
100
+ with gr.Column():
101
  video_path = gr.Video(source="upload", type="filepath")
102
  prompt = gr.Textbox(label="prompt")
103
  with gr.Row():