C0untFloyd / bark-gui

🔊 Text-Prompted Generative Audio Model with Gradio
MIT License
674 stars 63 forks source link

API Mode #18

Closed JamesLaFritz closed 1 year ago

JamesLaFritz commented 1 year ago

This works great. I couldn't get the original to work on my machine, Yours worked perfectly. Can I use it in API Mode? Like AUTOMATIC1111/stable-diffusion-webui? Feed it the text string from another app, and get the voice back?

C0untFloyd commented 1 year ago

Yes, this should be possible by using the inbuilt REST-API (although I didn't add specific code or tried it myself so far). Another guy asked something similar already here: #5

JamesLaFritz commented 1 year ago

Thanks I missed #5 I'll look at the article there and see if I can get it working the way that I want thanks.