tahirsher commited on
Commit
aa42e50
·
verified ·
1 Parent(s): a7b9bd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ else:
51
  print("✅ Dataset already extracted.")
52
 
53
  # Load dataset with transcripts
54
- dataset = load_dataset("librispeech_asr", "clean", split="train")
55
 
56
  # Ensure dataset has transcripts
57
  if "text" not in dataset.column_names:
 
51
  print("✅ Dataset already extracted.")
52
 
53
  # Load dataset with transcripts
54
+ dataset = load_dataset("librispeech_asr", "clean", split="train", trust_remote_code=True)
55
 
56
  # Ensure dataset has transcripts
57
  if "text" not in dataset.column_names: