Spaces:
Build error
Build error
Update app.py
Browse files
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):
|