anychat / app_ltx_video.py
hysts's picture
hysts HF staff
Disable api
6b720a2
raw
history blame
283 Bytes
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()