muhammadsalmanalfaridzi commited on
Commit
d0f4da5
·
verified ·
1 Parent(s): 76d7581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(type="file", label="Input 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")