CannaTech commited on
Commit
9ce19db
·
1 Parent(s): 3c49dae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ class CustomHuggingFaceDatasetSaver(gr.FlaggingCallback):
32
 
33
  # Set up the Hugging Face Dataset Saver
34
  HF_TOKEN = os.getenv("HF_TOKEN")
35
- hf_writer = CustomHuggingFaceDatasetSaver(HF_TOKEN, "CannaTech/Flagged")
36
 
37
  # Define the authentication function
38
  def check_auth(username, password):
 
32
 
33
  # Set up the Hugging Face Dataset Saver
34
  HF_TOKEN = os.getenv("HF_TOKEN")
35
+ hf_writer = gr.CustomHuggingFaceDatasetSaver(HF_TOKEN, "CannaTech/Flagged")
36
 
37
  # Define the authentication function
38
  def check_auth(username, password):