Spaces:
Runtime error
Runtime error
Commit
·
a0e2eec
1
Parent(s):
8b4e896
Update app.py
Browse files
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 **
|
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")
|