swjin commited on
Commit
f40fb5a
1 Parent(s): d60b764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -107,10 +107,9 @@ demo = gr.Interface(fn=sepia,
107
  inputs=gr.Image(shape=(400, 600)),
108
  outputs=['plot'],
109
  title="SWJIN11 TASK",
110
- theme="dark",
111
  description="경제학과 202211357 진성원",
112
  examples=["ADE_val_00000001.jpeg", "ADE_val_00001248.jpg", "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg"],
113
- allow_flagging='never')
114
 
115
 
116
  demo.launch()
 
107
  inputs=gr.Image(shape=(400, 600)),
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='True')
113
 
114
 
115
  demo.launch()