YEHTUT commited on
Commit
be8fae0
1 Parent(s): dfc7745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ Image_tab = gr.Interface(fn=predict,
143
  Video_tab = gr.Interface(fn=predict_video,
144
  inputs=gr.Video(label="Upload Video"),
145
  outputs=gr.Video(label="Detected Video"),
146
- examples=[["SampleVideo1.mp4"],["SampleVideo2.mp4"]],
147
  title="This is the object detection model for Durian and Pineapple videos",
148
  description="Using ssd_mobilenet_v2_320x320_coco17_tpu-8 to detect Durina and Pineapple"
149
  )
 
143
  Video_tab = gr.Interface(fn=predict_video,
144
  inputs=gr.Video(label="Upload Video"),
145
  outputs=gr.Video(label="Detected Video"),
146
+ examples=[["SampleVideo1.mp4"]],
147
  title="This is the object detection model for Durian and Pineapple videos",
148
  description="Using ssd_mobilenet_v2_320x320_coco17_tpu-8 to detect Durina and Pineapple"
149
  )