Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -571,8 +571,8 @@ if __name__ == "__main__":
|
|
571 |
gr.Textbox(label="Scaling Factor (inches/pixel)")
|
572 |
],
|
573 |
examples=[
|
574 |
-
["./
|
575 |
-
["./
|
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)
|