SmilingWolf commited on
Commit
4b17415
1 Parent(s): 01881ae

Bugfix: fill all examples fields

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ def main():
253
  gr.Label(label="Output (tags)"),
254
  gr.HTML(),
255
  ],
256
- examples=[["power.jpg", "SwinV2", 0.5]],
257
  title=TITLE,
258
  description=DESCRIPTION,
259
  allow_flagging="never",
 
253
  gr.Label(label="Output (tags)"),
254
  gr.HTML(),
255
  ],
256
+ examples=[["power.jpg", "SwinV2", 0.35, 0.85]],
257
  title=TITLE,
258
  description=DESCRIPTION,
259
  allow_flagging="never",