akhaliq's picture
akhaliq HF staff
Update app.py
b03a12b
raw
history blame contribute delete
136 Bytes
import gradio as gr
examples=[['happy.wav']]
gr.Interface.load("huggingface/superb/hubert-large-superb-er",examples=examples).launch()