import gradio as gr title = "Ask Rick a Question" iface = gr.Interface.load("huggingface/facebook/wav2vec2-base-960h", ) iface.launch()