fancyfeast
commited on
Commit
·
11171c1
1
Parent(s):
8997b7a
value, huh
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as app:
|
|
122 |
with gr.Row():
|
123 |
with gr.Column():
|
124 |
image = gr.Image(type="pil", label="Image")
|
125 |
-
conf_threshold = gr.Slider(minimum=0.0, maximum=1.0,
|
126 |
btn_submit = gr.Button(text="Detect Watermarks")
|
127 |
|
128 |
with gr.Column():
|
|
|
122 |
with gr.Row():
|
123 |
with gr.Column():
|
124 |
image = gr.Image(type="pil", label="Image")
|
125 |
+
conf_threshold = gr.Slider(minimum=0.0, maximum=1.0, value=0.5, label="Confidence Threshold")
|
126 |
btn_submit = gr.Button(text="Detect Watermarks")
|
127 |
|
128 |
with gr.Column():
|