ancerlop commited on
Commit
22f8675
Β·
1 Parent(s): 313d9a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def create_interface():
144
  outputs=[output_text, classification_types_checkboxes],
145
  examples=examples,
146
  allow_flagging="manual",
147
- flagging_callback=HuggingFaceDatasetJSONSaver(),
148
  flagging_options=["πŸ‘", "πŸ‘Ž"]
149
  )
150
 
 
144
  outputs=[output_text, classification_types_checkboxes],
145
  examples=examples,
146
  allow_flagging="manual",
147
+ flagging_callback=hf_writer,
148
  flagging_options=["πŸ‘", "πŸ‘Ž"]
149
  )
150