swjin commited on
Commit
567474b
1 Parent(s): 2989d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -109,6 +109,8 @@ demo = gr.Interface(fn=sepia,
109
  inputs=gr.Image(shape=(400, 600)),
110
  outputs=['plot'],
111
  title="SWJIN11 TASK",
 
 
112
  description="경제학과 202211357 진성원",
113
  examples=["ADE_val_00000001.jpeg", "ADE_val_00001248.jpg", "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
114
  allow_flagging='never')
 
109
  inputs=gr.Image(shape=(400, 600)),
110
  outputs=['plot'],
111
  title="SWJIN11 TASK",
112
+ layout="horizontal",
113
+ background="sky blue",
114
  description="경제학과 202211357 진성원",
115
  examples=["ADE_val_00000001.jpeg", "ADE_val_00001248.jpg", "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
116
  allow_flagging='never')