fancyfeast commited on
Commit
9bb8f6a
·
1 Parent(s): 11171c1
Files changed (1) hide show
  1. app.py +1 -1
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(text="Detect Watermarks")
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")