Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions to use Melotts in docker from Verbi #18

Open
Seneko opened this issue Aug 22, 2024 · 2 comments
Open

Instructions to use Melotts in docker from Verbi #18

Seneko opened this issue Aug 22, 2024 · 2 comments

Comments

@Seneko
Copy link

Seneko commented Aug 22, 2024

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?

@austingreisman
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants