SWHL commited on
Commit
c1842d1
·
verified ·
1 Parent(s): f6ede9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(title="Rapid Layout", css="custom_css", theme=gr.themes.Soft()) a
86
 
87
  examples = gr.Examples(
88
  examples=[
89
- ["tests/test_files/layout.jpg", ModelType.PP_LAYOUT_CDLA.value, 0.5, 0.5],
90
  ],
91
  examples_per_page=5,
92
  inputs=[img_input, model_type, conf_thresh, iou_thresh],
 
86
 
87
  examples = gr.Examples(
88
  examples=[
89
+ ["images/layout.jpg", ModelType.PP_LAYOUT_CDLA.value, 0.5, 0.5],
90
  ],
91
  examples_per_page=5,
92
  inputs=[img_input, model_type, conf_thresh, iou_thresh],