Verbi
Verbi copied to clipboard
Instructions to use Melotts in docker from Verbi
I have installed Melotts in docker on win 11 and installed Verbi locally on pc. Melo UI works in Gradio, Verbi works using groq however I cant succeed to use Melo locally, voice assistant api calls endpoint /generate-audio/ , which doesnt exist in container on the docker. Anyone could assist if they assisted to run it in above mentioned way?
I'm also having this issue outside of the container. I'm getting a INFO: 127.0.0.1:59933 - "POST /generate-audio/ HTTP/1.1" 500 Internal Server Error when attempting to chat with Verbi from another terminal running python voice_assistant/local_tts_api.py
My issue was not having the proper nltk files required by Melotts. I fixed this by running a python instance, then running the following commands
>>> import nltk
>>> nltk.download()