Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as iface:
|
|
115 |
with gr.Row():
|
116 |
with gr.Column():
|
117 |
input_image = gr.Image(type="pil", label="Input Image")
|
118 |
-
input_video = gr.Video(
|
119 |
with gr.Column():
|
120 |
output_image = gr.Image(label="Detect Object")
|
121 |
output_video = gr.Video(label="Output Video")
|
|
|
115 |
with gr.Row():
|
116 |
with gr.Column():
|
117 |
input_image = gr.Image(type="pil", label="Input Image")
|
118 |
+
input_video = gr.Video(label="Input Video") # Updated line
|
119 |
with gr.Column():
|
120 |
output_image = gr.Image(label="Detect Object")
|
121 |
output_video = gr.Video(label="Output Video")
|