Coder Social home page Coder Social logo

Comments (12)

Article012 avatar Article012 commented on May 8, 2024

I used a translator because I'm not good at English, so please forgive me if it's weird

from languageleapai.

SociallyIneptWeeb avatar SociallyIneptWeeb commented on May 8, 2024

Are you running whisper in a docker container or using Google colab notebook?

from languageleapai.

bpvallespin avatar bpvallespin commented on May 8, 2024

Encountered the same error {"detail":"Not Found"}. I was using Google Colab.

Also, encountered this error.

image

Thanks in advance for your help!

from languageleapai.

Article012 avatar Article012 commented on May 8, 2024

Are you running whisper in a docker container or using Google colab notebook?

docker

from languageleapai.

SociallyIneptWeeb avatar SociallyIneptWeeb commented on May 8, 2024

Encountered the same error {"detail":"Not Found"}. I was using Google Colab.

Also, encountered this error.

image

Thanks in advance for your help!

This is for the voicevox Colab, and you can ignore the warnings, voicevox will still work

from languageleapai.

SociallyIneptWeeb avatar SociallyIneptWeeb commented on May 8, 2024

Are you running whisper in a docker container or using Google colab notebook?

docker

Can you check if your docker container is running? You can do so by navigating to {BASE_URL}/docs and see if you can see the documentation page for Whisper's api

from languageleapai.

Article012 avatar Article012 commented on May 8, 2024

Are you running whisper in a docker container or using Google colab notebook?

docker

Can you check if your docker container is running? You can do so by navigating to {BASE_URL}/docs and see if you can see the documentation page for Whisper's api

I can see the documentation page for whisper api

from languageleapai.

SociallyIneptWeeb avatar SociallyIneptWeeb commented on May 8, 2024

Can you try running asr.py in the src/modules folder?

from languageleapai.

Article012 avatar Article012 commented on May 8, 2024

Can you try running asr.py in the src/modules folder?

image

image

from languageleapai.

frrrrrits avatar frrrrrits commented on May 8, 2024

Can you try running asr.py in the src/modules folder?

image

image

maybe the response not returning anything, thats why error on Text.
"text" is not somewhere on the response in this case it's should be (json) or response is not json (invalid) or Null.
you can debug it like this print(r.text) on top of try "r" is the requests, to see what actually the response is (that's all as far i know because im not using docker).

from languageleapai.

Article012 avatar Article012 commented on May 8, 2024

Can you try running asr.py in the src/modules folder?

image
image

maybe the response not returning anything, thats why error on Text. "text" is not somewhere on the response in this case it's should be (json) or response is not json (invalid) or Null. you can debug it like this print(r.text) on top of try "r" is the requests, to see what actually the response is (that's all as far i know because im not using docker).

The result is {"detail":"Not Found"}

from languageleapai.

SociallyIneptWeeb avatar SociallyIneptWeeb commented on May 8, 2024

Lol I'm clueless. You can see the API documentation page which means whisper is running, but when you actually make an API request it returns not found

from languageleapai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.