Spaces:
Running
Running
Muhammad Ahmad Zia commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1227,8 +1227,8 @@ if __name__ == "__main__":
|
|
| 1227 |
gr.Textbox(label="Annotation (max 20 chars)", max_length=20, placeholder="Type up to 20 characters")
|
| 1228 |
],
|
| 1229 |
outputs=[
|
| 1230 |
-
gr.Image(
|
| 1231 |
-
gr.Image(
|
| 1232 |
gr.File(label="DXF file"),
|
| 1233 |
gr.Image(label="Mask"),
|
| 1234 |
gr.Textbox(label="Scaling Factor (inches/pixel)")
|
|
|
|
| 1227 |
gr.Textbox(label="Annotation (max 20 chars)", max_length=20, placeholder="Type up to 20 characters")
|
| 1228 |
],
|
| 1229 |
outputs=[
|
| 1230 |
+
gr.Image(label="Output Image"),
|
| 1231 |
+
gr.Image(label="Outlines of Objects"),
|
| 1232 |
gr.File(label="DXF file"),
|
| 1233 |
gr.Image(label="Mask"),
|
| 1234 |
gr.Textbox(label="Scaling Factor (inches/pixel)")
|