gokaygokay commited on
Commit
317c2b3
1 Parent(s): a1f006d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
38
  gr.Image(type="pil", label="Input Image", height=512),
39
  gr.Radio(["Default", "Mask only"], label="Output Type", value="Default")
40
  ],
41
- outputs=gr.Image(type="pil", label="Output Image"),
42
  description=description,
43
  theme='bethecloud/storj_theme',
44
  examples=[
 
38
  gr.Image(type="pil", label="Input Image", height=512),
39
  gr.Radio(["Default", "Mask only"], label="Output Type", value="Default")
40
  ],
41
+ outputs=gr.Image(type="pil", label="Output Image", height=512),
42
  description=description,
43
  theme='bethecloud/storj_theme',
44
  examples=[