Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,9 +102,9 @@ def sepia(input_img):
|
|
102 |
return fig
|
103 |
|
104 |
demo = gr.Interface(fn=sepia,
|
105 |
-
inputs=gr.Image(shape=(
|
106 |
outputs=['plot'],
|
107 |
-
examples=["cityscapes-
|
108 |
allow_flagging='never')
|
109 |
|
110 |
|
|
|
102 |
return fig
|
103 |
|
104 |
demo = gr.Interface(fn=sepia,
|
105 |
+
inputs=gr.Image(shape=(676, 338)),
|
106 |
outputs=['plot'],
|
107 |
+
examples=["cityscapes-3.jpg"],
|
108 |
allow_flagging='never')
|
109 |
|
110 |
|