Spaces:
Running
on
T4
Running
on
T4
comment out forcing
Browse files- mgr_sentences.py +1 -1
mgr_sentences.py
CHANGED
@@ -89,7 +89,7 @@ def get_sentence_csv(file_path: str):
|
|
89 |
repo_id=DATASET_REPO_ID,
|
90 |
filename=file_path,
|
91 |
cache_dir=LOCAL_DATA_DIRNAME,
|
92 |
-
force_filename=os.path.basename(file_path)
|
93 |
)
|
94 |
except Exception as e:
|
95 |
# file not found
|
|
|
89 |
repo_id=DATASET_REPO_ID,
|
90 |
filename=file_path,
|
91 |
cache_dir=LOCAL_DATA_DIRNAME,
|
92 |
+
#force_filename=os.path.basename(file_path)
|
93 |
)
|
94 |
except Exception as e:
|
95 |
# file not found
|