RAHIME commited on
Commit
1bd8b51
β€’
1 Parent(s): a75174f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+