aangelakis commited on
Commit
9622e10
·
verified ·
1 Parent(s): 4e4bc38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -87,7 +87,6 @@ sample = dataset[0]
87
  # Print the Greek text
88
  print("Text:", sample["text"])
89
 
90
- # Play the audio
91
  # The 'audio' column is automatically decoded into a dictionary with 'array' and 'sampling_rate'
92
  audio_data = sample["audio"]["array"]
93
  sampling_rate = sample["audio"]["sampling_rate"]
 
87
  # Print the Greek text
88
  print("Text:", sample["text"])
89
 
 
90
  # The 'audio' column is automatically decoded into a dictionary with 'array' and 'sampling_rate'
91
  audio_data = sample["audio"]["array"]
92
  sampling_rate = sample["audio"]["sampling_rate"]