Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,6 @@ st_model.transcribe_file("your_file_here.wav")
|
|
46 |
```
|
47 |
### Inference on GPU
|
48 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
49 |
-
model.
|
50 |
|
51 |
### Limitations:
|
52 |
The model is likely to get caught in repetitions. The model is not very good at translation, which is reflected by its low BLEU scores.
|
|
|
46 |
```
|
47 |
### Inference on GPU
|
48 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
|
|
49 |
|
50 |
### Limitations:
|
51 |
The model is likely to get caught in repetitions. The model is not very good at translation, which is reflected by its low BLEU scores.
|