Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|
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()
|
|
|
|