Linoy Tsaban commited on
Commit
fa2a666
1 Parent(s): bf19d20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(css="style.css") as demo:
68
 
69
  with gr.Row():
70
  input_vid = gr.Video(label="Input Video", interactive=True, elem_id="input_video")
71
- output_vid = gr.Image(label="Edited Video", interactive=False, elem_id="output_video")
72
  input_vid.style(height=365, width=365)
73
  output_vid.style(height=365, width=365)
74
 
 
68
 
69
  with gr.Row():
70
  input_vid = gr.Video(label="Input Video", interactive=True, elem_id="input_video")
71
+ output_vid = gr.Video(label="Edited Video", interactive=False, elem_id="output_video")
72
  input_vid.style(height=365, width=365)
73
  output_vid.style(height=365, width=365)
74