fantos commited on
Commit
c43af94
·
verified ·
1 Parent(s): 25fc214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -264,7 +264,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
264
 
265
  with gr.Column():
266
  font_size = gr.Slider(
267
- label="Font Size",
268
  minimum=12,
269
  maximum=144,
270
  step=1,
@@ -324,7 +324,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
324
  value=1.0,
325
  )
326
  with gr.Row():
327
- canny_button = gr.Button("Canny", elem_id="button")
328
 
329
  with gr.Column(elem_id="col-right"):
330
  result = gr.Gallery(label="Result", show_label=False, columns=2)
 
264
 
265
  with gr.Column():
266
  font_size = gr.Slider(
267
+ label="Text Size",
268
  minimum=12,
269
  maximum=144,
270
  step=1,
 
324
  value=1.0,
325
  )
326
  with gr.Row():
327
+ canny_button = gr.Button("Start", elem_id="button")
328
 
329
  with gr.Column(elem_id="col-right"):
330
  result = gr.Gallery(label="Result", show_label=False, columns=2)