Spaces:
Running
Running
jhj0517
commited on
Commit
·
0b0f426
1
Parent(s):
b1f73a3
Fix typo
Browse files- docker-compose.yaml +2 -2
docker-compose.yaml
CHANGED
|
@@ -7,8 +7,8 @@ services:
|
|
| 7 |
|
| 8 |
volumes:
|
| 9 |
# Update paths to mount models and output paths to your custom paths like this, e.g:
|
| 10 |
-
# - C:/whisper-models/custom-path:/
|
| 11 |
-
# - C:/whisper-webui-outputs/custom-path:/
|
| 12 |
- /Whisper-WebUI/models
|
| 13 |
- /Whisper-WebUI/outputs
|
| 14 |
|
|
|
|
| 7 |
|
| 8 |
volumes:
|
| 9 |
# Update paths to mount models and output paths to your custom paths like this, e.g:
|
| 10 |
+
# - C:/whisper-models/custom-path:/Whisper-WebUI/models
|
| 11 |
+
# - C:/whisper-webui-outputs/custom-path:/Whisper-WebUI/outputs
|
| 12 |
- /Whisper-WebUI/models
|
| 13 |
- /Whisper-WebUI/outputs
|
| 14 |
|