fixed typo

This commit is contained in:
Oliver Guhr
2021-04-22 16:45:30 +02:00
parent 245f3ba346
commit 3d342ba95c
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"python.pythonPath": "venv/bin/python"
}

View File

@@ -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)