tstone87 commited on
Commit
a3a11bb
·
verified ·
1 Parent(s): 5698cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(css="""
99
  youtube_input = gr.Textbox(label="YouTube Link", placeholder="https://...")
100
  with gr.TabItem("Image URL"):
101
  image_url_input = gr.Textbox(label="Image URL", placeholder="https://...")
102
- sensitivity_slider = gr.Slider(minimum=0.1, maximum=1.0, step=0.05, value=0.5,
103
  label="Sensitivity (Confidence Threshold)")
104
  # Right column: Display result.
105
  with gr.Column(scale=2):
 
99
  youtube_input = gr.Textbox(label="YouTube Link", placeholder="https://...")
100
  with gr.TabItem("Image URL"):
101
  image_url_input = gr.Textbox(label="Image URL", placeholder="https://...")
102
+ sensitivity_slider = gr.Slider(minimum=0.0, maximum=1.0, step=0.01, value=0.15,
103
  label="Sensitivity (Confidence Threshold)")
104
  # Right column: Display result.
105
  with gr.Column(scale=2):