sanchit-gandhi commited on
Commit
a0e2eec
·
1 Parent(s): 8b4e896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from transformers.pipelines.audio_utils import ffmpeg_read
13
 
14
  title = "Whisper JAX: The Fastest Whisper API ⚡️"
15
 
16
- description = "Whisper JAX is an optimised implementation of the [Whisper model](https://huggingface.co/openai/whisper-large-v2) by OpenAI. It runs on JAX with a TPU v4-8 in the backend. Compared to PyTorch on an A100 GPU, it is over **100x** faster, making it the fastest Whisper API available."
17
 
18
  API_URL = os.getenv("API_URL")
19
  API_URL_FROM_FEATURES = os.getenv("API_URL_FROM_FEATURES")
 
13
 
14
  title = "Whisper JAX: The Fastest Whisper API ⚡️"
15
 
16
+ description = "Whisper JAX is an optimised implementation of the [Whisper model](https://huggingface.co/openai/whisper-large-v2) by OpenAI. It runs on JAX with a TPU v4-8 in the backend. Compared to PyTorch on an A100 GPU, it is over **70x** faster, making it the fastest Whisper API available."
17
 
18
  API_URL = os.getenv("API_URL")
19
  API_URL_FROM_FEATURES = os.getenv("API_URL_FROM_FEATURES")