Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sp-uhh
/
sp-space2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
146e60d
sp-space2
/
app.py
Shokoufehhh
Update app.py
146e60d
verified
6 months ago
raw
Copy download link
history
blame
Safe
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()