mzltest commited on
Commit
95fbd43
·
verified ·
1 Parent(s): fee44b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def main():
146
  func,
147
  [
148
  gr.Image(label='img'),
149
- gr.Slider(0, 1, label='Score Threshold',default=0.5),
150
  ],
151
  [
152
  gr.Textbox(label='Output (string)'),
 
146
  func,
147
  [
148
  gr.Image(label='img'),
149
+ gr.Slider(0, 1, label='Score Threshold',value=0.5),
150
  ],
151
  [
152
  gr.Textbox(label='Output (string)'),