Spaces:
Configuration error
Configuration error
Tristan Thrush
commited on
Commit
•
595a64b
1
Parent(s):
b1eb794
make count 3 for demo purposes
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ repo = Repository(
|
|
26 |
local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
27 |
)
|
28 |
|
29 |
-
TOTAL_CNT =
|
30 |
|
31 |
# This function pushes the HIT data written in data.jsonl to our Hugging Face
|
32 |
# dataset every minute. Adjust the frequency to suit your needs.
|
|
|
26 |
local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
27 |
)
|
28 |
|
29 |
+
TOTAL_CNT = 3 # How many user inputs per HIT
|
30 |
|
31 |
# This function pushes the HIT data written in data.jsonl to our Hugging Face
|
32 |
# dataset every minute. Adjust the frequency to suit your needs.
|