import gradio as gr description = "HuBERT demo. Add your audio or click one of the examples below to load them." article = "

HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units

" gr.Interface.load("huggingface/facebook/s2t-wav2vec2-large-en-de", description=description, article=article ).launch()