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