Upload app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ with block:
|
|
229 |
run_button.click(fn=canny, inputs=[input_image, resolution, low_threshold, high_threshold], outputs=[gallery])
|
230 |
|
231 |
with gr.Row():
|
232 |
-
gr.Markdown("## HED Edge")
|
233 |
with gr.Row():
|
234 |
with gr.Column():
|
235 |
input_image = gr.Image(source='upload', type="numpy")
|
@@ -240,7 +240,7 @@ with block:
|
|
240 |
run_button.click(fn=hed, inputs=[input_image, resolution], outputs=[gallery])
|
241 |
|
242 |
with gr.Row():
|
243 |
-
gr.Markdown("## Pidi Edge")
|
244 |
with gr.Row():
|
245 |
with gr.Column():
|
246 |
input_image = gr.Image(source='upload', type="numpy")
|
|
|
229 |
run_button.click(fn=canny, inputs=[input_image, resolution, low_threshold, high_threshold], outputs=[gallery])
|
230 |
|
231 |
with gr.Row():
|
232 |
+
gr.Markdown("## HED Edge "SoftEdge"")
|
233 |
with gr.Row():
|
234 |
with gr.Column():
|
235 |
input_image = gr.Image(source='upload', type="numpy")
|
|
|
240 |
run_button.click(fn=hed, inputs=[input_image, resolution], outputs=[gallery])
|
241 |
|
242 |
with gr.Row():
|
243 |
+
gr.Markdown("## Pidi Edge "SoftEdge"")
|
244 |
with gr.Row():
|
245 |
with gr.Column():
|
246 |
input_image = gr.Image(source='upload', type="numpy")
|