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