File size: 180 Bytes
930aa22
61857f5
146e60d
 
512b9f3
 
 
1
2
3
4
5
6
7
8
import gradio as gr

# Load the model without the examples argument
iface = gr.Interface.load("models/speechbrain/metricgan-plus-voicebank")

# Launch the interface
iface.launch()