Spaces:
Build error
Build error
Commit
·
eeb09c6
1
Parent(s):
428dcb4
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def get_huggingface_dataset():
|
|
163 |
use_auth_token=HF_TOKEN,
|
164 |
)
|
165 |
repo.git_pull(lfs=True)
|
166 |
-
log_file = os.path.join(dataset_dir, "
|
167 |
return repo, log_file
|
168 |
|
169 |
def update(user_choice, left, right, choose_env, data_folder=VIDEO_PATH, flag_to_huggingface=False):
|
|
|
163 |
use_auth_token=HF_TOKEN,
|
164 |
)
|
165 |
repo.git_pull(lfs=True)
|
166 |
+
log_file = os.path.join(dataset_dir, "flag_data_public.csv")
|
167 |
return repo, log_file
|
168 |
|
169 |
def update(user_choice, left, right, choose_env, data_folder=VIDEO_PATH, flag_to_huggingface=False):
|