update example
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
|
|
314 |
fn=process_images, inputs=[image,replace_image,replace_image_need_crop,box_type,fill_color_mode,fill_color,custom_color,image_size,margin_percent,filter_value,match_color], outputs =[image_out], api_name='infer'
|
315 |
)
|
316 |
gr.Examples(
|
317 |
-
examples =["examples/
|
318 |
inputs=[image]
|
319 |
)
|
320 |
gr.HTML(read_file("demo_footer.html"))
|
|
|
314 |
fn=process_images, inputs=[image,replace_image,replace_image_need_crop,box_type,fill_color_mode,fill_color,custom_color,image_size,margin_percent,filter_value,match_color], outputs =[image_out], api_name='infer'
|
315 |
)
|
316 |
gr.Examples(
|
317 |
+
examples =["examples/00004200.jpg","examples/00003245_00.jpg","examples/00005259.jpg","examples/00018022.jpg","examples/img-above.jpg","examples/img-below.jpg","examples/img-side.jpg"],
|
318 |
inputs=[image]
|
319 |
)
|
320 |
gr.HTML(read_file("demo_footer.html"))
|