ammariii08 commited on
Commit
9367a13
·
verified ·
1 Parent(s): fc08be1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -571,8 +571,8 @@ if __name__ == "__main__":
571
  gr.Textbox(label="Scaling Factor (inches/pixel)")
572
  ],
573
  examples=[
574
- ["./examples/Test20.jpg", 0.075, "No", "No", 300.0, 200.0, "mm", "MyTool"],
575
- ["./examples/Test21.jpg", 0.075, "Yes", "Yes", 300.0, 200.0, "mm", "Tool2"]
576
  ]
577
  )
578
  iface.launch(share=True)
 
571
  gr.Textbox(label="Scaling Factor (inches/pixel)")
572
  ],
573
  examples=[
574
+ ["./Test20.jpg", 0.075, "No", "No", 300.0, 200.0, "mm", "MyTool"],
575
+ ["./Test21.jpg", 0.075, "Yes", "Yes", 300.0, 200.0, "mm", "Tool2"]
576
  ]
577
  )
578
  iface.launch(share=True)