Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def sepia(input_img):
|
|
103 |
|
104 |
demo = gr.Interface(fn=sepia,
|
105 |
inputs=gr.Image(shape=(800, 600)),
|
106 |
-
outputs=['
|
107 |
examples=["cityoutdoor-1.jpg", "cityoutdoor-2.jpg", "cityoutdoor-3.jpg"],
|
108 |
allow_flagging='never')
|
109 |
|
|
|
103 |
|
104 |
demo = gr.Interface(fn=sepia,
|
105 |
inputs=gr.Image(shape=(800, 600)),
|
106 |
+
outputs=['label'],
|
107 |
examples=["cityoutdoor-1.jpg", "cityoutdoor-2.jpg", "cityoutdoor-3.jpg"],
|
108 |
allow_flagging='never')
|
109 |
|