Spaces:
Running
Running
Update app.py
Browse files
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 |
-
["
|
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],
|