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

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1179,8 +1179,7 @@ if __name__ == "__main__":
1179
  # [Input Image Path, Paper Size, Selected Outputs]
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'."
 
1179
  # [Input Image Path, Paper Size, Selected Outputs]
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
  ],
1184
  inputs=[input_image, paper_size, output_options],
1185
  label="Click an example to load the image and configuration. Then click 'Generate DXF'."