kakamond commited on
Commit
b780a4b
·
verified ·
1 Parent(s): dc8caf0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,6 +96,6 @@ if __name__ == "__main__":
96
  ],
97
  outputs=gr.Textbox(label="识别结果 Recognition result", show_copy_button=True),
98
  examples=samples,
99
- allow_flagging="never",
100
  cache_examples=False,
101
  ).launch()
 
96
  ],
97
  outputs=gr.Textbox(label="识别结果 Recognition result", show_copy_button=True),
98
  examples=samples,
99
+ flagging_mode="never",
100
  cache_examples=False,
101
  ).launch()