matthewfarant commited on
Commit
545e1c6
1 Parent(s): a49b59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -115,7 +115,9 @@ demo = gr.Interface(
115
 
116
  """,
117
  api_name='search',
 
118
  flagging_options=["Correct","Incorrect"],
 
119
  theme = gr.themes.Soft()
120
  )
121
 
 
115
 
116
  """,
117
  api_name='search',
118
+ allow_flagging='manual',
119
  flagging_options=["Correct","Incorrect"],
120
+ flagging_dir='flagging/',
121
  theme = gr.themes.Soft()
122
  )
123