Update README.md
Browse files
README.md
CHANGED
@@ -95,7 +95,7 @@ pip install git+https://github.com/sudoping01/[email protected]
|
|
95 |
from whosper import WhosperTranscriber
|
96 |
|
97 |
# Initialize the transcriber
|
98 |
-
transcriber = WhosperTranscriber(model_id="
|
99 |
|
100 |
# Transcribe an audio file
|
101 |
result = transcriber.transcribe_audio("path/to/your/audio.wav")
|
|
|
95 |
from whosper import WhosperTranscriber
|
96 |
|
97 |
# Initialize the transcriber
|
98 |
+
transcriber = WhosperTranscriber(model_id="CAYTU/whosper-large-v2")
|
99 |
|
100 |
# Transcribe an audio file
|
101 |
result = transcriber.transcribe_audio("path/to/your/audio.wav")
|