LailaMB commited on
Commit
4ae902a
·
1 Parent(s): c2c8f22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -33,6 +33,4 @@ gr.Interface(
33
  outputs=outputs,
34
  title="Visual Pollution Detection",
35
  description="demo for <a href='https://github.com/WongKinYiu/yolov7' style='text-decoration: underline' target='_blank'>WongKinYiu/yolov7</a> Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors",
36
- examples=[["sample_images/0a1ea4614a9df912eeb8d1b40bffee74.JPG"], ["sample_images/0a2bc0dc2371794509f4b776aff0dd88.JPG"],
37
- ["sample_images/0a4e0e88a05abd96670c8c0c3a67fc73.JPG"], ["sample_images/0a584ddb325ed1ab4083d341280caaa8.JPG"]]
38
- ,cache_examples=False).launch()
 
33
  outputs=outputs,
34
  title="Visual Pollution Detection",
35
  description="demo for <a href='https://github.com/WongKinYiu/yolov7' style='text-decoration: underline' target='_blank'>WongKinYiu/yolov7</a> Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors",
36
+ examples=[],cache_examples=False).launch()