JoPmt's picture
Create app.py
4c82a49
raw
history blame contribute delete
102 Bytes
import gradio as gr
demo = gr.load("facebook/s2t-small-librispeech-asr", src="models",)
demo.launch()