Spaces:
Runtime error
Runtime error
finish
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def sepia(input_img):
|
|
| 106 |
|
| 107 |
|
| 108 |
demo = gr.Interface(fn=sepia,
|
| 109 |
-
inputs=gr.Image(shape=(
|
| 110 |
outputs=['plot'],
|
| 111 |
examples=["city-1.jpg", "city-2.jpg", "city-3.jpg", "city-4.jpg", "city-5.jpg"],
|
| 112 |
allow_flagging='never')
|
|
|
|
| 106 |
|
| 107 |
|
| 108 |
demo = gr.Interface(fn=sepia,
|
| 109 |
+
inputs=gr.Image(shape=(1024, 1024)),
|
| 110 |
outputs=['plot'],
|
| 111 |
examples=["city-1.jpg", "city-2.jpg", "city-3.jpg", "city-4.jpg", "city-5.jpg"],
|
| 112 |
allow_flagging='never')
|