Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabd
/
genmo-mochi-1-preview
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4221716
genmo-mochi-1-preview
/
app.py
aliabd
HF staff
Update app.py
4221716
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
gradio
as
gr
mochi = gr.load(
"genmo/mochi-1-preview"
, src=
"models"
)
demo = gr.Interface(mochi,
"text"
,
"video"
)
demo.launch()