Nighty3912 commited on
Commit
d56aad2
·
verified ·
1 Parent(s): 48a8550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(format="png",label="Output Image"),
1231
- gr.Image(format="png",label="Outlines of Objects"),
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)")