anychat / app_ltx_video.py
akhaliq's picture
akhaliq HF staff
add image to video
7a99071
raw
history blame
292 Bytes
import os
import fal_gradio
from utils import get_app
demo = get_app(
models=[
"fal-ai/ltx-video",
"fal-ai/ltx-video/image-to-video",
],
default_model="fal-ai/ltx-video/image-to-video",
src=fal_gradio.registry,
)
if __name__ == "__main__":
demo.launch()