Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dope223
/
facebook-musicgen-large
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e56d08a
facebook-musicgen-large
/
app.py
dope223
initial commit
e56d08a
over 1 year ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
gr.load(
"models/facebook/musicgen-large"
).launch()