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