Spaces:
Running
Running
remove saver to database
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from transformers import TextClassificationPipeline, DistilBertTokenizer, Distil
|
|
6 |
|
7 |
# HuggingFace dataset to save the flagged examples
|
8 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
9 |
-
hf_saver = gr.HuggingFaceDatasetSaver(HF_TOKEN, "wfh-problematic")
|
10 |
|
11 |
# model path in hugginface
|
12 |
model_path = "yabramuvdi/distilbert-wfh"
|
|
|
6 |
|
7 |
# HuggingFace dataset to save the flagged examples
|
8 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
9 |
+
#hf_saver = gr.HuggingFaceDatasetSaver(HF_TOKEN, "wfh-problematic")
|
10 |
|
11 |
# model path in hugginface
|
12 |
model_path = "yabramuvdi/distilbert-wfh"
|