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