SamuelM0422 commited on
Commit
fe15aed
·
verified ·
1 Parent(s): 2ca3de6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  )