sudoping01 commited on
Commit
5542863
·
verified ·
1 Parent(s): 60874cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="sudoping01/whosper-large")
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")