Spaces:
Running
Running
matrixglitch
commited on
Commit
•
ec066b0
1
Parent(s):
b2ea90a
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ iface = gr.Interface(
|
|
65 |
fn=process_image,
|
66 |
inputs=[
|
67 |
gr.Image(type="numpy", label="Input Image"),
|
68 |
-
gr.Slider(minimum=1, maximum=5, step=1,
|
69 |
-
gr.Slider(minimum=1, maximum=5, step=1,
|
70 |
],
|
71 |
outputs=gr.Image(type="numpy", label="Bridged Stencil"),
|
72 |
title="Bridged Stencil Generator",
|
|
|
65 |
fn=process_image,
|
66 |
inputs=[
|
67 |
gr.Image(type="numpy", label="Input Image"),
|
68 |
+
gr.Slider(minimum=1, maximum=5, step=1, value=2, label="Minimum Bridges"),
|
69 |
+
gr.Slider(minimum=1, maximum=5, step=1, value=2, label="Bridge Width")
|
70 |
],
|
71 |
outputs=gr.Image(type="numpy", label="Bridged Stencil"),
|
72 |
title="Bridged Stencil Generator",
|