Update AnalyzeDataset.ipynb (#2783)

fix_doc_dataset
Meryem Sakin 2023-10-16 12:52:37 +03:00 committed by GitHub
parent b25d96ecee
commit e4b8d71f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
" wav_file = item[\"audio_file\"].strip()\n",
" wav_files.append(wav_file)\n",
" if not os.path.exists(wav_file):\n",
" print(waf_path)"
" print(wav_file)"
]
},
{