Sathyadithyarithi commited on
Commit
9ea3d12
·
verified ·
1 Parent(s): 6553186

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -45,6 +45,5 @@ gr.Interface(
45
  gr.Slider(minimum=0.1, maximum=1.0, value=0.6, step=0.05, label="IoU (iou)")
46
  ],
47
  outputs=gr.Image(type="pil", label="Detected Image"),
48
- title="Object Detection App for RRR Charan and NTR",
49
- description="Upload an image and set the confidence (conf) and intersection over union (IoU) thresholds to detect objects in the image.",
50
- ).launch(share=True)
 
45
  gr.Slider(minimum=0.1, maximum=1.0, value=0.6, step=0.05, label="IoU (iou)")
46
  ],
47
  outputs=gr.Image(type="pil", label="Detected Image"),
48
+ title="Object Detection App for RRR Charan and NTR"
49
+ ).launch(share=True)