Skip to content

Commit

Permalink
Merge pull request #431 from jhj0517/fix/doc
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jhj0517 authored Dec 18, 2024
2 parents 1513973 + f28b524 commit f1355bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ uvicorn backend.main:app --host 0.0.0.0 --port 8000
```

## Configuration
You can set some server configurations in [config.yaml](https://github.com/jhj0517/Whisper-WebUI/blob/feature/add-api/backend/configs/config.yaml).
You can set some server configurations in [config.yaml](https://github.com/jhj0517/Whisper-WebUI/blob/master/backend/configs/config.yaml).
<br>For example, initial model size for Whisper or the cleanup frequency and TTL for cached files.
<br>If the endpoint generates and saves the file, all output files are stored in the `cache` directory, e.g. separated vocal/instrument files for `/bgm-separation` are saved in `cache` directory.

Expand Down

0 comments on commit f1355bb

Please sign in to comment.