sesame-csm-1b / app.py
Amozsam's picture
initial commit
4e3b819 verified
raw
history blame contribute delete
95 Bytes
import gradio as gr
gr.load(
"models/sesame/csm-1b",
provider="hf-inference",
).launch()