anychat / app_fal.py
akhaliq's picture
akhaliq HF staff
new fal release
9f7482c
raw
history blame
300 Bytes
import fal_gradio
from utils import get_app
demo = get_app(
models=[
"fal-ai/ltx-video",
"fal-ai/ltx-video/image-to-video",
"fal-ai/luma-photon",
],
default_model="fal-ai/luma-photon",
src=fal_gradio.registry,
)
if __name__ == "__main__":
demo.launch()