kyutai-labs/hibiki

minimal frontend

RomanKoshkin opened this issue · 1 comments

Cool work! I glanced at the repo and couldn't find any frontend to test the system in real time. I'm thinking of something similar to to Moshi python -m moshi.server --hf-repo kyutai/moshika-pytorch-bf16, which opens a very simple webapp that allows you to talk to Moshi in real time. Are planning to build something similar for Hibiki, or maybe suggest if it supports some chunk-wise mode? @adefossez

It works out of the box:

python -m moshi.server --gradio-tunnel --hf-repo kyutai/hibiki-1b-pytorch-bf16 --cfg-coef 3

See the colab for example: https://colab.research.google.com/drive/1as2BL2M54ZCYJkSdVYIuRLSW_K305Fye?usp=sharing#scrollTo=jykmkKO0f7dK

We will clarify that in the README!