930aa22 61857f5 cb43240 512b9f3
1
2
3
4
5
6
7
8
import gradio as gr # Load the model without caching examples iface = gr.Interface.load("models/speechbrain/metricgan-plus-voicebank", examples=None) # Launch the interface iface.launch()