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

Where is the portaspeech module? #66

Open
hsm207 opened this issue May 8, 2023 · 1 comment
Open

Where is the portaspeech module? #66

hsm207 opened this issue May 8, 2023 · 1 comment

Comments

@hsm207
Copy link

hsm207 commented May 8, 2023

This line here throws:

No module named 'modules.portaspeech'
File "/workspaces/AudioGPT/NeuralSeq/inference/tts/PortaSpeech.py", line 4, in
from modules.portaspeech.portaspeech import PortaSpeech
File "/workspaces/AudioGPT/audio-chatgpt.py", line 277, in init
from inference.tts.PortaSpeech import TTSInference
File "/workspaces/AudioGPT/audio-chatgpt.py", line 1058, in init
self.tts = TTS(device="cpu")
File "/workspaces/AudioGPT/audio-chatgpt.py", line 1377, in
bot = ConversationBot()
ModuleNotFoundError: No module named 'modules.portaspeech'

I see PR #15 by @Rongjiehuang deleted the module.

Was this a mistake?

@byronvoorbach
Copy link

Hi @Rongjiehuang! Sorry for tagging you directly.

Would you happen to have any input on the above? We're looking to create a PR that adds support for Weaviate

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