Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MaxGab
/
Text-to-Audio
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
4112de8
Text-to-Audio
/
app.py
MaxGab
initial commit
4112de8
verified
3 months ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
gradio
as
gr
gr.load(
"models/facebook/musicgen-small"
,
provider=
"hf-inference"
,
).launch()