Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,10 +33,11 @@ demo = gr.Interface(
|
|
| 33 |
0.24,
|
| 34 |
0.45,
|
| 35 |
# gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
| 36 |
-
|
|
|
|
| 37 |
],
|
| 38 |
outputs=gr.Image(type="pil", label="Result"),
|
| 39 |
-
title="
|
| 40 |
-
description="Upload
|
| 41 |
)
|
| 42 |
demo.launch(share=True)
|
|
|
|
| 33 |
0.24,
|
| 34 |
0.45,
|
| 35 |
# gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
| 36 |
+
"best",
|
| 37 |
+
# gr.Radio(choices=["best", "yolo11s", "yolo11n"], label="Model Name", value="best"),
|
| 38 |
],
|
| 39 |
outputs=gr.Image(type="pil", label="Result"),
|
| 40 |
+
title="Burks YOLO Coin Detector 🚀",
|
| 41 |
+
description="Upload your image, stupid.",
|
| 42 |
)
|
| 43 |
demo.launch(share=True)
|