Update app.py
Browse files
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').
|
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').scale(height=550)
|
289 |
|
290 |
tab_img_seq_input = gr.Tab(label="Image-Seq type input")
|
291 |
with tab_img_seq_input:
|