fudii0921 commited on
Commit
bcfc5ae
·
verified ·
1 Parent(s): cfac1f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -131,6 +131,7 @@ iface = gr.Interface(
131
  show_progress=True,
132
  submit_btn="実行",
133
  clear_btn="クリア",
 
134
  flagging_mode="never"
135
  )
136
 
 
131
  show_progress=True,
132
  submit_btn="実行",
133
  clear_btn="クリア",
134
+ flagging_options=None,
135
  flagging_mode="never"
136
  )
137