sp-space2 / app.py
Shokoufehhh's picture
Update app.py
146e60d verified
raw
history blame
180 Bytes
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()