Aaron Jorgensen

Results 18 comments of Aaron Jorgensen

retrained and get same results. I wonder if it needs different noise generation? What do you suggest?

Removing it seems to have worked.

maybe MeloTTS/OpenVoice would be a good replacement, also distil_whisper

if it helps, here is a quick FastAPI implementation I just did ```from fastapi import FastAPI, File, UploadFile, HTTPException from pydantic import BaseModel import torch from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor,...

my guess would be in order to keep under the timeout limit for lambdas.

nothing works, I even did another fresh install. It seems like the config variables are being completely ignored.

I solved it by building from source

I just implemented this and am testing it now. If you like I can share the link once working