Rohit8y commited on
Commit
6821e4c
1 Parent(s): c1cce1c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,6 +42,6 @@ image_input = gr.Image(type="pil", label="Input Image")
42
 
43
  iface = gr.Interface(fn=predict,
44
  inputs=[image_input],
45
- outputs=gr.Image(type="pil"),
46
  examples=["examples/6178_3003_0.jpg"])
47
  iface.launch()
 
42
 
43
  iface = gr.Interface(fn=predict,
44
  inputs=[image_input],
45
+ outputs=gr.Image(),
46
  examples=["examples/6178_3003_0.jpg"])
47
  iface.launch()