Spaces:
Running
Running
RizwanMunawar
commited on
Commit
·
e42a8c2
1
Parent(s):
c35ff0b
update description
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
| 31 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
| 32 |
],
|
| 33 |
outputs=gr.Image(type="pil", label="Result"),
|
| 34 |
-
title="Ultralytics Gradio",
|
| 35 |
description="Upload images for inference. The Ultralytics YOLOv8n model is used by default.",
|
| 36 |
examples=[
|
| 37 |
[ASSETS / "bus.jpg", 0.25, 0.45],
|
|
|
|
| 31 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
| 32 |
],
|
| 33 |
outputs=gr.Image(type="pil", label="Result"),
|
| 34 |
+
title="Ultralytics Gradio Application 🚀",
|
| 35 |
description="Upload images for inference. The Ultralytics YOLOv8n model is used by default.",
|
| 36 |
examples=[
|
| 37 |
[ASSETS / "bus.jpg", 0.25, 0.45],
|