hasibzunair commited on
Commit
d7d76c4
β€’
1 Parent(s): 63aa44f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2210.009
78
  gr.Interface(
79
  inference,
80
  gr.inputs.Image(type="file", label="Input Image"),
81
- gr.outputs.Image(type="file", label="Predicted Output"),
82
  examples=[
83
  "./sample_images/a.png",
84
  "./sample_images/b.png",
 
78
  gr.Interface(
79
  inference,
80
  gr.inputs.Image(type="file", label="Input Image"),
81
+ gr.outputs.Image(type="numpy", label="Predicted Output"),
82
  examples=[
83
  "./sample_images/a.png",
84
  "./sample_images/b.png",