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...
85e46a5
sp-space2
/
app.py
Shokoufehhh
Update app.py
cb43240
verified
7 months ago
raw
Copy download link
history
blame
Safe
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()