Verbi icon indicating copy to clipboard operation
Verbi copied to clipboard

Instructions to use Melotts in docker from Verbi

Open SeaQuestdev opened this issue 1 year ago • 2 comments

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?

SeaQuestdev avatar Aug 22 '24 10:08 SeaQuestdev

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

austingreisman avatar Sep 18 '24 13:09 austingreisman

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()

austingreisman avatar Sep 18 '24 13:09 austingreisman