multimodalart HF Staff commited on
Commit
005bebe
·
verified ·
1 Parent(s): 51c0369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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():