Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|
|