Spaces:
Running
Running
Update app.py
Browse files
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.
|
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):
|