Ermond commited on
Commit
5e702a8
·
verified ·
1 Parent(s): 6b475f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ demo = gr.Interface(
43
  inputs=[
44
  gr.Text(label="Image (B64)"),
45
  gr.Text(label="Queries, in lowercase, separated by full stop", placeholder="a bird. a blue bird."),
46
- gr.Number(label="box_threshold", placeholder=0.4),
47
- gr.Number(label="text_threshold", placeholder=0.3)
48
  ],
49
  outputs=gr.JSON(label="Predictions"),
50
  )
 
43
  inputs=[
44
  gr.Text(label="Image (B64)"),
45
  gr.Text(label="Queries, in lowercase, separated by full stop", placeholder="a bird. a blue bird."),
46
+ gr.Number(label="box_threshold", value=0.4),
47
+ gr.Number(label="text_threshold", value=0.3)
48
  ],
49
  outputs=gr.JSON(label="Predictions"),
50
  )