Spaces:
Sleeping
Sleeping
Commit
·
a5c239a
1
Parent(s):
a73a688
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def get_huggingface_dataset():
|
|
166 |
log_file = os.path.join(dataset_dir, "flag_data.csv")
|
167 |
return repo, log_file
|
168 |
|
169 |
-
def update(user_choice, left, right, choose_env, data_folder=VIDEO_PATH, flag_to_huggingface=
|
170 |
global last_left_video_path
|
171 |
global last_right_video_path
|
172 |
global last_infer_left_video_path
|
|
|
166 |
log_file = os.path.join(dataset_dir, "flag_data.csv")
|
167 |
return repo, log_file
|
168 |
|
169 |
+
def update(user_choice, left, right, choose_env, data_folder=VIDEO_PATH, flag_to_huggingface=False):
|
170 |
global last_left_video_path
|
171 |
global last_right_video_path
|
172 |
global last_infer_left_video_path
|