Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -269,8 +269,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 269 |
with gr.Row():
|
| 270 |
input_video = gr.Video(label="Input Video", interactive=True, elem_id="input_video")
|
| 271 |
output_video = gr.Video(label="Edited Video", interactive=False, elem_id="output_video")
|
| 272 |
-
input_video.style(height=365, width=365)
|
| 273 |
-
output_video.style(height=365, width=365)
|
| 274 |
|
| 275 |
|
| 276 |
with gr.Row():
|
|
|
|
| 269 |
with gr.Row():
|
| 270 |
input_video = gr.Video(label="Input Video", interactive=True, elem_id="input_video")
|
| 271 |
output_video = gr.Video(label="Edited Video", interactive=False, elem_id="output_video")
|
|
|
|
|
|
|
| 272 |
|
| 273 |
|
| 274 |
with gr.Row():
|