Update README.md
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ pip install git+https://github.com/sudoping01/[email protected]
|
|
| 81 |
from whosper import WhosperTranscriber
|
| 82 |
|
| 83 |
# Initialize the transcriber
|
| 84 |
-
transcriber = WhosperTranscriber(model_id="
|
| 85 |
|
| 86 |
# Transcribe an audio file
|
| 87 |
result = transcriber.transcribe_audio("path/to/your/audio.wav")
|
|
|
|
| 81 |
from whosper import WhosperTranscriber
|
| 82 |
|
| 83 |
# Initialize the transcriber
|
| 84 |
+
transcriber = WhosperTranscriber(model_id="CAYTU/whosper-large")
|
| 85 |
|
| 86 |
# Transcribe an audio file
|
| 87 |
result = transcriber.transcribe_audio("path/to/your/audio.wav")
|