Spaces:
Sleeping
Sleeping
Remove flagging
Browse files
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 |
|