kakamond commited on
Commit
cf9c8e3
·
verified ·
1 Parent(s): 801f651

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ if __name__ == "__main__":
60
  ],
61
  title="请上传 PNG 格式的 HEp2 细胞图片<br>It is recommended to upload HEp2 cell images in PNG format.",
62
  examples=example_imgs,
63
- allow_flagging="never",
64
  cache_examples=False,
65
  )
66
 
 
60
  ],
61
  title="请上传 PNG 格式的 HEp2 细胞图片<br>It is recommended to upload HEp2 cell images in PNG format.",
62
  examples=example_imgs,
63
+ flagging_mode="never",
64
  cache_examples=False,
65
  )
66