You've already forked Irene-Voice-Assistant
mirror of
https://github.com/janvarev/Irene-Voice-Assistant.git
synced 2025-11-26 22:50:58 +02:00
Для WebApi добавлен HTML-клиент на основе Vosk Browser. Он распознает звук на клиенте, и вызывает API Ирины. - в папке webapi_client - доки в INSTALL_MULTI.md
13 lines
207 B
CSS
13 lines
207 B
CSS
#wrapper {
|
|
max-width: 900px;
|
|
margin: auto;
|
|
padding: 1rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#trigger {
|
|
align-self: flex-start;
|
|
margin: auto;
|
|
} |