Skip to content

Commit c19a10f

Browse files
committed
upadte md file
1 parent 478e055 commit c19a10f

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

templates/examples/audio/uk_ireland_accent_recognition.md

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -182,47 +182,6 @@ for i in zip_files:
182182
os.remove(zip_file)
183183
```
184184

185-
<div class="k-default-codeblock">
186-
```
187-
Downloading data from https://www.openslr.org/resources/83/line_index_all.csv
188-
1990656/1986139 [==============================] - 1s 0us/step
189-
1998848/1986139 [==============================] - 1s 0us/step
190-
Downloading data from https://www.openslr.org/resources/83/irish_english_male.zip
191-
164536320/164531638 [==============================] - 9s 0us/step
192-
164544512/164531638 [==============================] - 9s 0us/step
193-
Downloading data from https://www.openslr.org/resources/83/midlands_english_female.zip
194-
103088128/103085118 [==============================] - 6s 0us/step
195-
103096320/103085118 [==============================] - 6s 0us/step
196-
Downloading data from https://www.openslr.org/resources/83/midlands_english_male.zip
197-
166838272/166833961 [==============================] - 9s 0us/step
198-
166846464/166833961 [==============================] - 9s 0us/step
199-
Downloading data from https://www.openslr.org/resources/83/northern_english_female.zip
200-
314990592/314983063 [==============================] - 15s 0us/step
201-
314998784/314983063 [==============================] - 15s 0us/step
202-
Downloading data from https://www.openslr.org/resources/83/northern_english_male.zip
203-
817774592/817772034 [==============================] - 39s 0us/step
204-
817782784/817772034 [==============================] - 39s 0us/step
205-
Downloading data from https://www.openslr.org/resources/83/scottish_english_female.zip
206-
351444992/351443880 [==============================] - 17s 0us/step
207-
351453184/351443880 [==============================] - 17s 0us/step
208-
Downloading data from https://www.openslr.org/resources/83/scottish_english_male.zip
209-
620257280/620254118 [==============================] - 30s 0us/step
210-
620265472/620254118 [==============================] - 30s 0us/step
211-
Downloading data from https://www.openslr.org/resources/83/southern_english_female.zip
212-
1636704256/1636701939 [==============================] - 77s 0us/step
213-
1636712448/1636701939 [==============================] - 77s 0us/step
214-
Downloading data from https://www.openslr.org/resources/83/southern_english_male.zip
215-
1700962304/1700955740 [==============================] - 79s 0us/step
216-
1700970496/1700955740 [==============================] - 79s 0us/step
217-
Downloading data from https://www.openslr.org/resources/83/welsh_english_female.zip
218-
595689472/595683538 [==============================] - 29s 0us/step
219-
595697664/595683538 [==============================] - 29s 0us/step
220-
Downloading data from https://www.openslr.org/resources/83/welsh_english_male.zip
221-
757653504/757645790 [==============================] - 37s 0us/step
222-
757661696/757645790 [==============================] - 37s 0us/step
223-
224-
```
225-
</div>
226185
---
227186
## Load the data in a Dataframe
228187

@@ -238,25 +197,20 @@ dataframe.head()
238197
```
239198

240199

241-
242-
243200
<div>
244201
<style scoped>
245202
.dataframe tbody tr th:only-of-type {
246203
vertical-align: middle;
247204
}
248205

249-
<div class="k-default-codeblock">
250-
```
251206
.dataframe tbody tr th {
252207
vertical-align: top;
253208
}
254209

255210
.dataframe thead th {
256211
text-align: right;
257212
}
258-
```
259-
</div>
213+
260214
</style>
261215
<table border="1" class="dataframe">
262216
<thead>
@@ -334,25 +288,20 @@ dataframe.head()
334288
```
335289

336290

337-
338-
339291
<div>
340292
<style scoped>
341293
.dataframe tbody tr th:only-of-type {
342294
vertical-align: middle;
343295
}
344296

345-
<div class="k-default-codeblock">
346-
```
347297
.dataframe tbody tr th {
348298
vertical-align: top;
349299
}
350300

351301
.dataframe thead th {
352302
text-align: right;
353303
}
354-
```
355-
</div>
304+
356305
</style>
357306
<table border="1" class="dataframe">
358307
<thead>

0 commit comments

Comments
 (0)