350016z commited on
Commit
15c0b54
·
verified ·
1 Parent(s): 682c6b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- data_path = 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')]
 
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')]