swjin commited on
Commit
74b8d57
1 Parent(s): e24a5b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -106,7 +106,6 @@ def sepia(input_img):
106
  demo = gr.Interface(fn=sepia,
107
  inputs=gr.Image(shape=(400, 600)),
108
  outputs=['plot'],
109
- template="my_custom_template.html",
110
  examples=["ADE_val_00000001.jpeg", "ADE_val_00001248.jpg", "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
111
  allow_flagging='never')
112
 
 
106
  demo = gr.Interface(fn=sepia,
107
  inputs=gr.Image(shape=(400, 600)),
108
  outputs=['plot'],
 
109
  examples=["ADE_val_00000001.jpeg", "ADE_val_00001248.jpg", "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
110
  allow_flagging='never')
111