Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rvice into main
  • Loading branch information
ahmetoner committed Sep 23, 2022
2 parents c4421b8 + 211c07e commit 8c86e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ poetry run whisper_asr

# Quick start

After running the docker image or ``poetry run whisper_asr`` interactive Swagger API documentation is available at [localhost:9000/docs](localhost:9000/docs)
After running the docker image or ``poetry run whisper_asr`` interactive Swagger API documentation is available at [localhost:9000/docs](http://localhost:9000/docs)

Simply upload your sound file and choose either **translate** or **transcribe**. Optionally you can provide the language of the input file, otherwise it will be automatically detected.

Expand Down Expand Up @@ -68,4 +68,4 @@ docker run -d -p 9000:9000 -e ASR_MODEL=base whisper-asr-webservice
* Detailed README file
* Github pipeline
* Unit tests
* CUDA version of Docker image
* CUDA version of Docker image

0 comments on commit 8c86e47

Please sign in to comment.