Spaces:
Running
Running
Update app.py
Browse files
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",
|
1175 |
-
["./Test21.jpg", 0.075, "inches", "Yes", "Yes",
|
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)
|