PSW99 commited on
Commit
4079358
1 Parent(s): 77998fa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def sepia(input_img):
126
  demo = gr.Interface(fn=sepia,
127
  inputs=gr.Image(shape=(400, 600)),
128
  outputs=['plot'],
129
- examples=["image1.jpg","image2.jpg","image3.jpg","image4.jpg",],
130
  allow_flagging='never')
131
 
132
  demo.launch()
 
126
  demo = gr.Interface(fn=sepia,
127
  inputs=gr.Image(shape=(400, 600)),
128
  outputs=['plot'],
129
+ examples=["image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
130
  allow_flagging='never')
131
 
132
  demo.launch()