Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|