Skip to content

Commit

Permalink
Goodbye DockerHub!
Browse files Browse the repository at this point in the history
  • Loading branch information
Aculeasis committed May 30, 2024
1 parent 41d603c commit d0f37b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[rhvoice-rest](https://github.com/Aculeasis/rhvoice-rest)
============
[![Docker Pulls](https://img.shields.io/docker/pulls/aculeasis/rhvoice-rest.svg)](https://hub.docker.com/r/aculeasis/rhvoice-rest/)
[![Tests](https://github.com/Aculeasis/rhvoice-rest/actions/workflows/tests.yml/badge.svg)](https://github.com/Aculeasis/rhvoice-rest/actions/workflows/tests.yml)

Это веб-сервис на основе flask и синтезатора речи [RHVoice](https://github.com/RHVoice/RHVoice). Благодаря REST API его легко интегрировать в качестве TTS-провайдера.
Expand All @@ -11,7 +10,7 @@ docker run -d \
--name=rhvoice-rest \
-p 8080:8080 \
--restart unless-stopped \
aculeasis/rhvoice-rest:latest
ghcr.io/aculeasis/rhvoice-rest:latest
```
Поддерживаемые архитектуры:
| Architecture | Available | Tag |
Expand Down

0 comments on commit d0f37b6

Please sign in to comment.