import gradio as gr description = "HuBERT: Self-Supervised Speech Representation Learning. To use it, simply add your audio or click one of the examples to load them. Read more at the links below." article = "

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

" gr.Interface.load("huggingface/facebook/hubert-large-ls960-ft", description=description, article=article, examples=[ ["./audio1.mp3"], ["./audio2.mp3"] ]).launch()