jonas commited on
Commit
fceec47
1 Parent(s): 8ca2990
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ inputs_image = [
43
  gr.components.Image(type="filepath", label="Input Image"),
44
  ]
45
  outputs_image = [
46
- gr.components.Image(type="tensor", label="Output Image"),
47
  ]
48
  interface_image = gr.Interface(
49
  fn=show_preds_image,
 
43
  gr.components.Image(type="filepath", label="Input Image"),
44
  ]
45
  outputs_image = [
46
+ gr.components.Image(type="pil", label="Output Image"),
47
  ]
48
  interface_image = gr.Interface(
49
  fn=show_preds_image,