dakkoong commited on
Commit
0f79e23
·
1 Parent(s): 498dbc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=['plot'],
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