swjin commited on
Commit
64f5ded
1 Parent(s): b67853d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -108,7 +108,6 @@ demo = gr.Interface(fn=sepia,
108
  outputs=['plot'],
109
  title="SWJIN11 TASK",
110
  description="경제학과 202211357 진성원",
111
- custom_template="my_custom_template.html",
112
  examples=["ADE_val_00000001.jpeg", "ADE_val_00001248.jpg", "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
113
  allow_flagging='never')
114
 
 
108
  outputs=['plot'],
109
  title="SWJIN11 TASK",
110
  description="경제학과 202211357 진성원",
 
111
  examples=["ADE_val_00000001.jpeg", "ADE_val_00001248.jpg", "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
112
  allow_flagging='never')
113