Lorem Ipsum Dolor
transformers_js_py[audio]
import gradio as gr from transformers_js_py import pipeline pipe = await pipeline('automatic-speech-recognition'); demo = gr.Interface.from_pipeline(pipe) if __name__ == "__main__": demo.launch()