File size: 102 Bytes
4c82a49
 
 
 
1
2
3
4
import gradio as gr

demo = gr.load("facebook/s2t-small-librispeech-asr", src="models",)
demo.launch()