fancyfeast
commited on
Commit
·
9bb8f6a
1
Parent(s):
11171c1
FFS
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ with gr.Blocks() as app:
|
|
| 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(
|
| 127 |
|
| 128 |
with gr.Column():
|
| 129 |
image_yolo = gr.Image(type="pil", label="YOLO Detections")
|
|
|
|
| 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(value="Detect Watermarks")
|
| 127 |
|
| 128 |
with gr.Column():
|
| 129 |
image_yolo = gr.Image(type="pil", label="YOLO Detections")
|