Spaces:
Paused
Paused
Update app.py
Browse files
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.
|
| 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():
|