DeltaSatellite1 commited on
Commit
ad895f5
·
verified ·
1 Parent(s): e837f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- gr.Radio(choices=["best", "yolo11s", "yolo11n"], label="Model Name", value="best"),
 
37
  ],
38
  outputs=gr.Image(type="pil", label="Result"),
39
- title="Ultralytics Gradio Application 🚀",
40
- description="Upload images for inference. The Ultralytics YOLO11n model is used by default.",
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)