Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
1.5k
Running
on
CPU Upgrade
App
Files
Files
Community
45
Fetching metadata from the HF Docker repository...
d68ee8d
anychat
/
app_ltx_video.py
akhaliq
HF staff
add ltx video
d68ee8d
2 months ago
raw
Copy download link
history
blame
Safe
234 Bytes
import
os
import
fal_gradio
from
utils
import
get_app
demo = get_app(
models=[
"fal-ai/ltx-video"
,
],
default_model=
"fal-ai/ltx-video"
,
src=fal_gradio.registry,
)
if
__name__ ==
"__main__"
:
demo.launch()