kaitwithkwk commited on
Commit
5891ecd
·
verified ·
1 Parent(s): f4d3aa3

Remove flagging

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -51,8 +51,6 @@ def slow_echo(message, history):
51
  demo = gr.ChatInterface(
52
  slow_echo,
53
  type="messages",
54
- flagging_mode="manual",
55
- flagging_options=["Like", "Spam", "Inappropriate", "Other"],
56
  save_history=True,
57
  )
58
 
 
51
  demo = gr.ChatInterface(
52
  slow_echo,
53
  type="messages",
 
 
54
  save_history=True,
55
  )
56