muhammadhamza-stack commited on
Commit
57c0ed5
·
1 Parent(s): 1ff1745

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1180,7 +1180,7 @@ if __name__ == "__main__":
1180
  # NOTE: The image paths below are placeholders. Ensure these files exist in ./examples/
1181
  ["./sample_data/papertest1.jpg", "A4", ["Annotated Image", "Outlines"]],
1182
  ["./sample_data/papertest2.jpg", "US Letter", ["Annotated Image", "Outlines", "Mask"]],
1183
- ["./sample_data/papertest3.jpg", "A3", ["Annotated Image", "Outlines"]],
1184
  ],
1185
  inputs=[input_image, paper_size, output_options],
1186
  label="Click an example to load the image and configuration. Then click 'Generate DXF'."
 
1180
  # NOTE: The image paths below are placeholders. Ensure these files exist in ./examples/
1181
  ["./sample_data/papertest1.jpg", "A4", ["Annotated Image", "Outlines"]],
1182
  ["./sample_data/papertest2.jpg", "US Letter", ["Annotated Image", "Outlines", "Mask"]],
1183
+ ["./sample_data/papertest3.jpg", "A3", ["Annotated Image"]],
1184
  ],
1185
  inputs=[input_image, paper_size, output_options],
1186
  label="Click an example to load the image and configuration. Then click 'Generate DXF'."