ASR / app.py
atomiclabs's picture
Update app.py
2f4d739
raw
history blame
No virus
108 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/facebook/wav2vec2-base-960h",
)
iface.launch()