ankanxopencv commited on
Commit
e314fa9
·
1 Parent(s): 72b3311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,7 +35,7 @@ interface_image = gr.Interface(
35
  outputs=outputs_image,
36
  title="Image Detection",
37
  description="upload your photo and select one model and see the resuls!",
38
- examples=[["dog.jpg"]],
39
  cache_examples=False,
40
  )
41
 
@@ -78,7 +78,7 @@ interface_video = gr.Interface(
78
  outputs=outputs_video,
79
  title="Video Detection",
80
  description="upload your video and select one model and see the resuls!",
81
- examples=[["video_1.mp4"]],
82
  cache_examples=False,
83
  )
84
 
 
35
  outputs=outputs_image,
36
  title="Image Detection",
37
  description="upload your photo and select one model and see the resuls!",
38
+ examples=[["sample/dog.jpg"]],
39
  cache_examples=False,
40
  )
41
 
 
78
  outputs=outputs_video,
79
  title="Video Detection",
80
  description="upload your video and select one model and see the resuls!",
81
+ examples=[["sample/video_1.mp4"]],
82
  cache_examples=False,
83
  )
84