Spaces:
Sleeping
Sleeping
Commit
·
dd60f2c
1
Parent(s):
08a19ee
test
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def sepia(input_img):
|
|
107 |
return fig
|
108 |
|
109 |
demo = gr.Interface(fn=sepia,
|
110 |
-
inputs=gr.Image(shape=(
|
111 |
outputs=['plot'],
|
112 |
examples=["warehouse-1.jpg", "warehouse-2.jpg", "warehouse-3.jpg", "warehouse-4.jpg","warehouse-5.jpg"],
|
113 |
allow_flagging='never')
|
|
|
107 |
return fig
|
108 |
|
109 |
demo = gr.Interface(fn=sepia,
|
110 |
+
inputs=gr.Image(shape=(1200, 800)),
|
111 |
outputs=['plot'],
|
112 |
examples=["warehouse-1.jpg", "warehouse-2.jpg", "warehouse-3.jpg", "warehouse-4.jpg","warehouse-5.jpg"],
|
113 |
allow_flagging='never')
|