Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ A Gradio-based browser interface for [Whisper](https://github.com/openai/whisper
|
|
49 |
|
50 |
2. Get the repository
|
51 |
|
52 |
-
3. Build the image ( Image is about 7GB
|
53 |
|
54 |
```sh
|
55 |
docker compose build
|
@@ -84,4 +84,4 @@ This is Whisper's original VRAM usage table for models:
|
|
84 |
| medium | 769 M | `medium.en` | `medium` | ~5 GB | ~2x |
|
85 |
| large | 1550 M | N/A | `large` | ~10 GB | 1x |
|
86 |
|
87 |
-
`.en` models are for English only, and you can use the `Translate to English` option from the other models
|
|
|
49 |
|
50 |
2. Get the repository
|
51 |
|
52 |
+
3. Build the image ( Image is about ~7GB)
|
53 |
|
54 |
```sh
|
55 |
docker compose build
|
|
|
84 |
| medium | 769 M | `medium.en` | `medium` | ~5 GB | ~2x |
|
85 |
| large | 1550 M | N/A | `large` | ~10 GB | 1x |
|
86 |
|
87 |
+
Note: `.en` models are for English only, and you can use the `Translate to English` option from the other models
|