Lucas Negritto
Lucas Negritto
I actually think this is possible with whisper but is unclear how it would impact performance. This repo shows that you can force whisper to decode to a specific language:...
As @tibraga said, if developing locally, route to http://localhost:{your_port} rather than http://0.0.0.0:{your_port} However, fixing this during deployment is problem is a different issue
Got a similar issue, simply prints: `Segmentation fault`
Here is my output after running `npx prisma migrate deploy` output: ``` Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database "postgres", schema "public" at...