chroneus commited on
Commit
888a6dd
·
verified ·
1 Parent(s): b722b7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ print("************************************")
32
 
33
  iface = gr.Interface(fn=predict,
34
  inputs=gr.Image(type="numpy", label="Input Image with Person/animal(dog,cat,fox)"),
35
- outputs=[gr.Image(type="numpy", label="Alpha Channel"),gr.Image(type="pil", image_mode='RGBA',label="Transparent Image without Background)],
36
  examples=["./logo.jpeg"])
37
  print("****************Interface created******************")
38
 
 
32
 
33
  iface = gr.Interface(fn=predict,
34
  inputs=gr.Image(type="numpy", label="Input Image with Person/animal(dog,cat,fox)"),
35
+ outputs=[gr.Image(type="numpy", label="Alpha Channel"),gr.Image(type="pil", image_mode='RGBA',label="Transparent Image without Background")],
36
  examples=["./logo.jpeg"])
37
  print("****************Interface created******************")
38