Text-to-Audio / app.py
MaxGab's picture
Update app.py
a1d0207 verified
raw
history blame
105 Bytes
import gradio as gr
gr.load(
"models/facebook/musicgen-small",
provider="hf-inference",
).launch()