aliabd's picture
aliabd HF staff
Update app.py
4221716 verified
raw
history blame contribute delete
136 Bytes
import gradio as gr
mochi = gr.load("genmo/mochi-1-preview", src="models")
demo = gr.Interface(mochi, "text", "video")
demo.launch()