nathanjc commited on
Commit
e945d2b
·
1 Parent(s): 2672475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,5 +222,5 @@ def get_output(input_image):
222
  return input_image
223
 
224
 
225
- demo = gr.Interface(fn=get_output, inputs="image", outputs="image")
226
  demo.launch(debug=True)
 
222
  return input_image
223
 
224
 
225
+ demo = gr.Interface(fn=get_output, type='pil', inputs="image", outputs="image")
226
  demo.launch(debug=True)