ciCic commited on
Commit
777d038
·
verified ·
1 Parent(s): 5043c45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def app():
39
  astronaut,
40
  os.path.join(os.path.dirname(__file__), "images/7.png"),
41
  os.path.join(os.path.dirname(__file__), "images/34.png")
42
- ], flagging_mode='never', title='Image Encoder')
43
 
44
 
45
  if __name__ == "__main__":
 
39
  astronaut,
40
  os.path.join(os.path.dirname(__file__), "images/7.png"),
41
  os.path.join(os.path.dirname(__file__), "images/34.png")
42
+ ], allow_flagging='never', title='Image Encoder')
43
 
44
 
45
  if __name__ == "__main__":