CannaTech commited on
Commit
7207885
·
1 Parent(s): c235e9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ import gradio as gr
5
  import json
6
 
7
  # Set the flagging function
8
-
9
  HF_TOKEN = os.getenv("HF_TOKEN")
10
  hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "flagged")
11
 
 
5
  import json
6
 
7
  # Set the flagging function
 
8
  HF_TOKEN = os.getenv("HF_TOKEN")
9
  hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "flagged")
10