turhancan97 commited on
Commit
6bca9ba
·
1 Parent(s): 929f451
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ inputs_image = [
86
  ]
87
 
88
  outputs_image = [
89
- gr.outputs.Image(type="plot", label="Output Image"),
90
  ]
91
 
92
  gr.Interface(
 
86
  ]
87
 
88
  outputs_image = [
89
+ gr.components.Image(type="plot", label="Output Image"),
90
  ]
91
 
92
  gr.Interface(