Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
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("
|
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)
|