Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ iface = gr.Interface(
|
|
36 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
37 |
],
|
38 |
outputs=gr.Image(type="pil", label="Result"),
|
39 |
-
title=title
|
40 |
-
description=description
|
41 |
examples=examples,
|
42 |
flagging_mode='never'
|
43 |
)
|
|
|
36 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
37 |
],
|
38 |
outputs=gr.Image(type="pil", label="Result"),
|
39 |
+
title=title,
|
40 |
+
description=description,
|
41 |
examples=examples,
|
42 |
flagging_mode='never'
|
43 |
)
|