ASR / app.py
atomiclabs's picture
Update app.py
bdc3419
raw
history blame
137 Bytes
import gradio as gr
title = "Ask Rick a Question"
iface = gr.Interface.load("huggingface/facebook/wav2vec2-base-960h",
)
iface.launch()