Spaces:
Running
Running
jhj0517
commited on
Commit
·
9c3ceed
1
Parent(s):
c87ffe8
Update default paths
Browse files- docker-compose.yaml +3 -3
docker-compose.yaml
CHANGED
|
@@ -6,11 +6,11 @@ services:
|
|
| 6 |
image: jhj0517/whisper-webui:latest
|
| 7 |
|
| 8 |
volumes:
|
| 9 |
-
# Update paths to mount models and output paths to your custom paths, e.g:
|
| 10 |
# - C:/whisper-models/custom-path:/sam2-playground/models
|
| 11 |
# - C:/whisper-webui-outputs/custom-path:/sam2-playground/outputs
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
|
| 15 |
ports:
|
| 16 |
- "7860:7860"
|
|
|
|
| 6 |
image: jhj0517/whisper-webui:latest
|
| 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 |
|
| 15 |
ports:
|
| 16 |
- "7860:7860"
|