gokaygokay commited on
Commit
e1ac1c5
1 Parent(s): 5e98fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ description = """<h1 align="center">InSPyReNet Background Remover</h1>
35
  iface = gr.Interface(
36
  fn=process_image,
37
  inputs=[
38
- gr.Image(type="pil", label="Input Image"),
39
  gr.Radio(["Default", "Mask only"], label="Output Type", value="Default")
40
  ],
41
  outputs=gr.Image(type="pil", label="Output Image"),
 
35
  iface = gr.Interface(
36
  fn=process_image,
37
  inputs=[
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"),