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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -106,8 +106,10 @@ def sepia(input_img):
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
 
112
 
113
  demo.launch()
 
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"
113
 
114
 
115
  demo.launch()