jhj0517 commited on
Commit
0b0f426
1 Parent(s): b1f73a3
Files changed (1) hide show
  1. 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:/sam2-playground/models
11
- # - C:/whisper-webui-outputs/custom-path:/sam2-playground/outputs
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