mirror of
https://github.com/oliverguhr/wav2vec2-live.git
synced 2021-10-25 02:25:02 +03:00
fixed typo
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.pythonPath": "venv/bin/python"
|
||||
}
|
||||
@@ -29,6 +29,6 @@ class Wave2Vec2Inference():
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Model test")
|
||||
asr = Wave2VecInference2("maxidl/wav2vec2-large-xlsr-german")
|
||||
asr = Wave2Vec2Inference("maxidl/wav2vec2-large-xlsr-german")
|
||||
text = asr.file_to_text("some.wav")
|
||||
print(text)
|
||||
Reference in New Issue
Block a user