Spaces:
Build error
Build error
Update app.py
#3
by
RAHIME
- opened
app.py
CHANGED
@@ -274,3 +274,4 @@ def detect(img,model):
|
|
274 |
|
275 |
|
276 |
gr.Interface(detect,[gr.Image(type="pil"),gr.Dropdown(choices=["yolopv2","yolop"])], gr.Image(type="pil"),title="Yolopv2",examples=[["example.jpeg", "yolopv2"]],description="demo for <a href='https://github.com/CAIC-AD/YOLOPv2' style='text-decoration: underline' target='_blank'>yolopv2</a> π: Better, Faster, Stronger for Panoptic driving Perception ").launch()
|
|
|
|
274 |
|
275 |
|
276 |
gr.Interface(detect,[gr.Image(type="pil"),gr.Dropdown(choices=["yolopv2","yolop"])], gr.Image(type="pil"),title="Yolopv2",examples=[["example.jpeg", "yolopv2"]],description="demo for <a href='https://github.com/CAIC-AD/YOLOPv2' style='text-decoration: underline' target='_blank'>yolopv2</a> π: Better, Faster, Stronger for Panoptic driving Perception ").launch()
|
277 |
+
|