mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
This commit is contained in:
commit
f3ba8ad7f3
3 changed files with 10 additions and 4 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -28,14 +28,19 @@ ENV/
|
|||
*.swo
|
||||
|
||||
# Project specific
|
||||
examples/
|
||||
*examples/*.wav
|
||||
*examples/*.pcm
|
||||
*examples/*.mp3
|
||||
*examples/*.flac
|
||||
*examples/*.acc
|
||||
*examples/*.ogg
|
||||
|
||||
Kokoro-82M/
|
||||
ui/data
|
||||
|
||||
tests/
|
||||
*.md
|
||||
*.txt
|
||||
!requirements.txt
|
||||
requirements.txt
|
||||
|
||||
# Docker
|
||||
Dockerfile*
|
||||
|
@ -45,4 +50,3 @@ docker-compose*
|
|||
*.pt
|
||||
*.wav
|
||||
*.tar*
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
espeak-ng \
|
||||
git \
|
||||
libsndfile1 \
|
||||
curl \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
@ -58,6 +58,7 @@ services:
|
|||
model-fetcher:
|
||||
condition: service_healthy
|
||||
|
||||
|
||||
# Gradio UI service [Comment out everything below if you don't need it]
|
||||
gradio-ui:
|
||||
image: ghcr.io/remsky/kokoro-fastapi-ui:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue