Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
Audio file
Default: "https://theeriumpodcast.de/wp-content/uploads/2019/11/000-The-Erium-Podcast.mp3"
The number of batches that are run in parallel.
Default: 32
Use if you need word-level timing and not just batched transcription
Default: false
Use this to identify speakers
Minimum number of speakers in case of diarization.
Maximum number of speakers in case of diarization.
The audio file's language.
Default: "de"
Print out memory usage information.
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run erium/whisperx using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "erium/whisperx:7c44aff9775b3d5e436a48089b9ddc90b7499c4010b217aea844220a3831705e", { input: { audio: "https://theeriumpodcast.de/wp-content/uploads/2019/11/000-The-Erium-Podcast.mp3", debug: false, diarize: false, language: "de", batch_size: 32, align_output: false } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
import replicate
output = replicate.run( "erium/whisperx:7c44aff9775b3d5e436a48089b9ddc90b7499c4010b217aea844220a3831705e", input={ "audio": "https://theeriumpodcast.de/wp-content/uploads/2019/11/000-The-Erium-Podcast.mp3", "debug": False, "diarize": False, "language": "de", "batch_size": 32, "align_output": False } ) print(output)
To learn more, take a look at the guide on getting started with Python.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "erium/whisperx:7c44aff9775b3d5e436a48089b9ddc90b7499c4010b217aea844220a3831705e", "input": { "audio": "https://theeriumpodcast.de/wp-content/uploads/2019/11/000-The-Erium-Podcast.mp3", "debug": false, "diarize": false, "language": "de", "batch_size": 32, "align_output": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
No output yet! Press "Submit" to start a prediction.
Choose a file from your machine
Hint: you can also drag files onto the input