Leyo commited on
Commit
729af7e
β€’
1 Parent(s): 0a45780

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -297,7 +297,7 @@ chatbot = gr.Chatbot(
297
 
298
  dope_callback = gr.CSVLogger()
299
  problematic_callback = gr.CSVLogger()
300
- hf_writer = gr.HuggingFaceDatasetSaver(HF_WRITE_TOKEN, "image-classification-mistakes")
301
 
302
  # Using Flagging for saving dope and problematic examples
303
  # Dope examples flagging
 
297
 
298
  dope_callback = gr.CSVLogger()
299
  problematic_callback = gr.CSVLogger()
300
+ hf_writer = gr.HuggingFaceDatasetSaver(HF_WRITE_TOKEN, "HuggingFaceM4/dope-dataset")
301
 
302
  # Using Flagging for saving dope and problematic examples
303
  # Dope examples flagging