jootanehorror
commited on
Commit
•
9809d5c
1
Parent(s):
8b50131
Update README.md
Browse files
README.md
CHANGED
@@ -129,4 +129,9 @@ segments, info = model.transcribe("sample.mp3")
|
|
129 |
|
130 |
for segment in segments:
|
131 |
print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))
|
132 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
for segment in segments:
|
131 |
print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text))
|
132 |
+
```
|
133 |
+
|
134 |
+
|
135 |
+
## More information
|
136 |
+
|
137 |
+
**For more information about the model, see its [model card](https://github.com/openai/whisper).**
|