Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ def sepia(input_img):
|
|
| 111 |
|
| 112 |
demo = gr.Interface(fn=sepia,
|
| 113 |
inputs=gr.Image(shape=(400, 600)),
|
| 114 |
-
outputs=['
|
| 115 |
examples=["cityscapes-1.jpg", "cityscapes-2.jpg", "cityscapes-3.jpg"],
|
| 116 |
allow_flagging='never')
|
| 117 |
|
|
|
|
| 111 |
|
| 112 |
demo = gr.Interface(fn=sepia,
|
| 113 |
inputs=gr.Image(shape=(400, 600)),
|
| 114 |
+
outputs=['plot'],
|
| 115 |
examples=["cityscapes-1.jpg", "cityscapes-2.jpg", "cityscapes-3.jpg"],
|
| 116 |
allow_flagging='never')
|
| 117 |
|