Update app.py
Browse files
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 |
|