suno-bark / app.py
redeaux's picture
initial commit
917abe6 verified
raw
history blame contribute delete
91 Bytes
import gradio as gr
gr.load(
"models/suno/bark",
provider="hf-inference",
).launch()