Hantr commited on
Commit
e8207b5
1 Parent(s): 69584bb
Files changed (1) hide show
  1. app.py +1 -1
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', 'text'],
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