Nighty3912 commited on
Commit
4e3035e
·
verified ·
1 Parent(s): 919ea1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1171,8 +1171,8 @@ if __name__ == "__main__":
1171
  gr.Textbox(label="Scaling Factor (inches/pixel)")
1172
  ],
1173
  examples=[
1174
- ["./Test20.jpg", 0.075, "inches", "No", "No", 300.0, 200.0, "MyTool"],
1175
- ["./Test21.jpg", 0.075, "inches", "Yes", "Yes", 300.0, 200.0, "Tool2"]
1176
  ]
1177
  )
1178
  iface.launch(share=True)
 
1171
  gr.Textbox(label="Scaling Factor (inches/pixel)")
1172
  ],
1173
  examples=[
1174
+ ["./Test20.jpg", 0.075, "inches", "No", "No", 25.0, 25.0, "MyTool"],
1175
+ ["./Test21.jpg", 0.075, "inches", "Yes", "Yes", 20.0, 20.0, "Tool2"]
1176
  ]
1177
  )
1178
  iface.launch(share=True)