aikenml commited on
Commit
6453f7a
1 Parent(s): f239109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def seg_track_app():
285
 
286
  tab_video_input = gr.Tab(label="Video type input")
287
  with tab_video_input:
288
- input_video = gr.Video(label='Input video').scale(height=550)
289
 
290
  tab_img_seq_input = gr.Tab(label="Image-Seq type input")
291
  with tab_img_seq_input:
 
285
 
286
  tab_video_input = gr.Tab(label="Video type input")
287
  with tab_video_input:
288
+ input_video = gr.Video(label='Input video').style(height=550)
289
 
290
  tab_img_seq_input = gr.Tab(label="Image-Seq type input")
291
  with tab_img_seq_input: