Cuervo-x commited on
Commit
4115013
·
verified ·
1 Parent(s): 53abc6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,7 +309,7 @@ with gr.Blocks() as app:
309
  maximum=95,
310
  step=1,
311
  value=70, # start at 70
312
- label="Print Segmentation Confidence (%)",
313
  )
314
 
315
 
 
309
  maximum=95,
310
  step=1,
311
  value=70, # start at 70
312
+ label="Print Segmentation Confidence (%) [Change this value if the print is poorly segmented on the right side image, typically increase]",
313
  )
314
 
315