Ahsen Khaliq
Update app.py
c1b51ca
raw
history blame
No virus
425 Bytes
import gradio as gr
description = "HuBERT demo. Add your audio or click one of the examples below to load them."
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.07447'>HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units</a></p>"
gr.Interface.load("huggingface/facebook/s2t-wav2vec2-large-en-de",
description=description,
article=article
).launch()