Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Johnnyboystar
/
speechbrain-sepformer-wham
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
speechbrain-sepformer-wham
/
app.py
Johnnyboystar
initial commit
cfeadfd
verified
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
import
gradio
as
gr
gr.load(
"models/speechbrain/sepformer-wham"
,
provider=
"hf-inference"
,
).launch()