huggingface / speech-to-speech

Speech To Speech: an effort for an open-sourced and modular GPT4-o
Apache License 2.0
3k stars 318 forks source link

deploy huggingface space #90

Open eecn opened 1 week ago

eecn commented 1 week ago

Can this project be deployed on Hugging Face Space for easy access and experience by everyone?

andimarafioti commented 1 week ago

I would love to! We were waiting on a few changes to the audio streaming, but I think they were released already. Next week we could make this happen, wdyt @eustlb ?

eustlb commented 1 week ago

Sure thing, the latest Gradio release does make streaming audio possible, and we already have examples of spaces that do this. Let’s definitely plan to implement this next week, it’ll be a great feature to demonstrate in upcoming demos.

sandorkonya commented 6 days ago

Theoretically, a standalone HF endpoint could be made of this repo that could work with a locally (low resource) running gradio by inserting that HF endpoint?