Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
redeaux
/
suno-bark
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
suno-bark
/
app.py
redeaux
initial commit
917abe6
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
gradio
as
gr
gr.load(
"models/suno/bark"
,
provider=
"hf-inference"
,
).launch()