Omnibus commited on
Commit
7a5720e
β€’
1 Parent(s): 126b712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks() as robot:
273
  ocr_sens=gr.Slider(0.1, 1, step=0.05,value=0.25,label="Detect Min Confidence")
274
  font_fac=gr.Slider(0.1, 1, step =0.1,value=0.4,label="Font Scale")
275
  ocr_space=gr.Slider(1,10, step=1,value=5,label="Future Function")
276
- go_btn=gr.Button()
277
  with gr.Row():
278
  with gr.Column():
279
  out_im=gr.Image()
 
273
  ocr_sens=gr.Slider(0.1, 1, step=0.05,value=0.25,label="Detect Min Confidence")
274
  font_fac=gr.Slider(0.1, 1, step =0.1,value=0.4,label="Font Scale")
275
  ocr_space=gr.Slider(1,10, step=1,value=5,label="Future Function")
276
+ go_btn=gr.Button("Go")
277
  with gr.Row():
278
  with gr.Column():
279
  out_im=gr.Image()