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()