Spaces:
Sleeping
Sleeping
jioji0
commited on
Commit
•
0043cab
1
Parent(s):
5187c28
app.py
CHANGED
@@ -98,7 +98,7 @@ def sepia(input_img):
|
|
98 |
return fig
|
99 |
|
100 |
demo = gr.Interface(fn=sepia,
|
101 |
-
inputs=gr.Image(shape=(
|
102 |
outputs=['plot'],
|
103 |
examples=["city-1.jpg", "city-2.jpg", "city-3.jpg"],
|
104 |
allow_flagging='never')
|
|
|
98 |
return fig
|
99 |
|
100 |
demo = gr.Interface(fn=sepia,
|
101 |
+
inputs=gr.Image(shape=(1024, 1024)),
|
102 |
outputs=['plot'],
|
103 |
examples=["city-1.jpg", "city-2.jpg", "city-3.jpg"],
|
104 |
allow_flagging='never')
|