Spaces:
Runtime error
Runtime error
Commit
·
ded0d65
1
Parent(s):
2403bf4
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def sepia(input_img):
|
|
101 |
return fig
|
102 |
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
-
inputs=gr.Image(shape=(
|
105 |
outputs=['plot'],
|
106 |
examples=["citiscpae-1.jpg", "citiscape-2.jpg"],
|
107 |
allow_flagging='never')
|
|
|
101 |
return fig
|
102 |
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
+
inputs=gr.Image(shape=(800, 1200)),
|
105 |
outputs=['plot'],
|
106 |
examples=["citiscpae-1.jpg", "citiscape-2.jpg"],
|
107 |
allow_flagging='never')
|