Update app.py
Browse files
app.py
CHANGED
@@ -747,7 +747,9 @@ def seg_track_app():
|
|
747 |
with gr.Row():
|
748 |
tab_video_input = gr.Tab(label="Video input")
|
749 |
with tab_video_input:
|
750 |
-
input_video = gr.Video(label='Input video', type=["mp4", "mov", "avi"], elem_id="input_output_video")
|
|
|
|
|
751 |
with gr.Row():
|
752 |
# checkpoint = gr.Dropdown(label="Model Size", choices=["tiny", "small", "base-plus", "large"], value="tiny")
|
753 |
config_dropdown = gr.Dropdown(
|
|
|
747 |
with gr.Row():
|
748 |
tab_video_input = gr.Tab(label="Video input")
|
749 |
with tab_video_input:
|
750 |
+
# input_video = gr.Video(label='Input video', type=["mp4", "mov", "avi"], elem_id="input_output_video")
|
751 |
+
input_video = gr.Video(label='Input video', elem_id="input_output_video")
|
752 |
+
|
753 |
with gr.Row():
|
754 |
# checkpoint = gr.Dropdown(label="Model Size", choices=["tiny", "small", "base-plus", "large"], value="tiny")
|
755 |
config_dropdown = gr.Dropdown(
|