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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ demo = gr.Interface(fn=sepia,
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()
 
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
 
114
 
115
  demo.launch()