aupfe08 commited on
Commit
2295a8a
1 Parent(s): e8478fa

Update app.txt

Browse files
Files changed (1) hide show
  1. app.txt +0 -1
app.txt CHANGED
@@ -103,7 +103,6 @@ def sepia(input_img):
103
  demo = gr.Interface(fn=sepia,
104
  inputs=gr.Image(shape=(400, 600)),
105
  outputs=['plot'],
106
- examples=["cityspace1.jpg", "cityspace2.jpg", "cityspace3.jpg", "cityspace4.jpg", "cityspace5.jpg"],
107
  allow_flagging='never')
108
 
109
 
 
103
  demo = gr.Interface(fn=sepia,
104
  inputs=gr.Image(shape=(400, 600)),
105
  outputs=['plot'],
 
106
  allow_flagging='never')
107
 
108