jonas commited on
Commit
4306722
1 Parent(s): ae767c9

changed type

Browse files
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="numpy", 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(label="Output Image"),
47
  ]
48
  interface_image = gr.Interface(
49
  fn=show_preds_image,