swjin commited on
Commit
0f0cdff
1 Parent(s): ae5f31c

Update app.py

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