Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -273,4 +273,4 @@ def detect(img,model):
|
|
273 |
return Image.fromarray(im0[:,:,::-1])
|
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="
|
|
|
273 |
return Image.fromarray(im0[:,:,::-1])
|
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="yolov3-5").launch()
|