remotewith commited on
Commit
249513d
·
1 Parent(s): e30e53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ inputs_image = [
93
  ]
94
 
95
  outputs_image = [
96
- gr.components.Image(type="filepath", label="Output Image"),
97
  ]
98
 
99
  # Create the Gradio demo
 
93
  ]
94
 
95
  outputs_image = [
96
+ gr.components.Image(type="pil", label="Output Image"),
97
  ]
98
 
99
  # Create the Gradio demo