mp-02 commited on
Commit
52f36f3
1 Parent(s): a0b35de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ css = """.output_image, .input_image {height: 600px !important}"""
12
  # for now it shows also the intermediate steps
13
  iface = gr.Interface(fn=prediction,
14
  inputs=gr.Image(type="pil"),
15
- outputs=[gr.Image(type="pil", label="annotated image"),
 
16
  gr.JSON(label="final output")],
17
  title=title,
18
  description=description,
 
12
  # for now it shows also the intermediate steps
13
  iface = gr.Interface(fn=prediction,
14
  inputs=gr.Image(type="pil"),
15
+ outputs=[
16
+ #gr.Image(type="pil", label="annotated image"),
17
  gr.JSON(label="final output")],
18
  title=title,
19
  description=description,