no interface after cloning LTX Video Playground

Sorry I’m new and have no idea what I’m doing. I tried Duplicating the LTX-Video-Playground - a Hugging Face Space by Lightricks space and did manage to get it running.

The console says:

"Running on local URL: http://0.0.0.0:7860
/usr/local/lib/python3.10/site-packages/gradio/blocks.py:2479: UserWarning: Setting share=True is not supported on Hugging Face Spaces
warnings.warn(

To create a public link, set share=True in launch()."

So it appears to be running but there is no interface I can see. What am I missing?

1 Like

To duplicate that space, you need to have fairly expensive GPU space. Assuming you have that, you then need to set the OPENAI_API_KEY and HF_TOKEN appropriately in the Secrets of Spaces.

hf_token = os.getenv("HF_TOKEN")
openai_api_key = os.getenv("OPENAI_API_KEY")