Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ DATASET_ID = "350016z/flores_plus_Taiwanese"
|
|
52 |
data_path = "test.csv"
|
53 |
current_dir = os.getcwd()
|
54 |
|
55 |
-
|
56 |
print(f"Data path: {data_path}")
|
57 |
|
58 |
csv_files = [f for f in os.listdir(current_dir) if f.endswith('.csv')]
|
|
|
52 |
data_path = "test.csv"
|
53 |
current_dir = os.getcwd()
|
54 |
|
55 |
+
download_dataset_file(DATASET_ID, current_dir)
|
56 |
print(f"Data path: {data_path}")
|
57 |
|
58 |
csv_files = [f for f in os.listdir(current_dir) if f.endswith('.csv')]
|