From 8da7776b1ba126c53e5a65bc2be8d85d76076e02 Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 14 Mar 2023 18:00:47 -0600 Subject: [PATCH] whatev --- coqui-ai.d/README.md | 5 +++++ coqui-ai.d/run.sh | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 coqui-ai.d/README.md create mode 100644 coqui-ai.d/run.sh diff --git a/coqui-ai.d/README.md b/coqui-ai.d/README.md new file mode 100644 index 0000000..214d3ad --- /dev/null +++ b/coqui-ai.d/README.md @@ -0,0 +1,5 @@ +https://github.com/coqui-ai/TTS + +http://localhost:5002/ + +https://speechify.com/pricing/?landing_url=https%3A%2F%2Fspeechify.com%2Ftext-to-speech-online%2F diff --git a/coqui-ai.d/run.sh b/coqui-ai.d/run.sh new file mode 100644 index 0000000..b47b456 --- /dev/null +++ b/coqui-ai.d/run.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +docker run --rm -it -p 5002:5002 --entrypoint /bin/bash ghcr.io/coqui-ai/tts-cpu