Spaces:
Runtime error
Runtime error
modify
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def sepia(input_img):
|
|
235 |
return fig
|
236 |
|
237 |
demo = gr.Interface(fn=sepia,
|
238 |
-
inputs=gr.Image(shape=(
|
239 |
outputs=['plot'],
|
240 |
examples=["image-1.jpg", "image-2.jpg", "image-3.jpg", "image-4.jpeg", "image-5.jpg"],
|
241 |
allow_flagging='never')
|
|
|
235 |
return fig
|
236 |
|
237 |
demo = gr.Interface(fn=sepia,
|
238 |
+
inputs=gr.Image(shape=(640, 640)),
|
239 |
outputs=['plot'],
|
240 |
examples=["image-1.jpg", "image-2.jpg", "image-3.jpg", "image-4.jpeg", "image-5.jpg"],
|
241 |
allow_flagging='never')
|