gblazex commited on
Commit
ab5f275
1 Parent(s): 53aa26e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def download_dataset(repo_id, local_dir):
65
  repo = Repository(local_dir=local_dir, clone_from=repo_id_full)
66
  files_cnt = count_files_in_directory_tree(local_dir)
67
  print(f"{local_dir}: {files_cnt}")
68
- print_first_json_content(local_dir)
69
  # Alternatively, you can download specific files using hf_hub_download
70
  # file_path = hf_hub_download(repo_id, filename="your_file_name")
71
 
 
65
  repo = Repository(local_dir=local_dir, clone_from=repo_id_full)
66
  files_cnt = count_files_in_directory_tree(local_dir)
67
  print(f"{local_dir}: {files_cnt}")
68
+ # print_first_json_content(local_dir)
69
  # Alternatively, you can download specific files using hf_hub_download
70
  # file_path = hf_hub_download(repo_id, filename="your_file_name")
71