Commit
·
a4da82e
1
Parent(s):
2feb5ff
Removal of comment
Browse files
README.md
CHANGED
@@ -52,7 +52,6 @@ Next you can use the model using the `transformers` Python package as follows:
|
|
52 |
>>> transcriber(audio)
|
53 |
{'text': 'your transcription'}
|
54 |
```
|
55 |
-
Certainly! Here’s a refined version of the transcription examples section, organized for better readability and presentation:
|
56 |
|
57 |
---
|
58 |
|
|
|
52 |
>>> transcriber(audio)
|
53 |
{'text': 'your transcription'}
|
54 |
```
|
|
|
55 |
|
56 |
---
|
57 |
|