Debarshi Chanda

Results 1 comments of Debarshi Chanda

@LetEnhance You can transcribe programmatically using this code ``` from whisper_jax import FlaxWhisperPipline pipeline = FlaxWhisperPipline("openai/whisper-large-v2", dtype=jnp.bfloat16, batch_size=16) text = pipeline(audio, task="transcribe", language='ml') ```