This is a hosted runtime for your Command Cinema page.
You pasted a Hugging Face token in chat. Revoke/regenerate it before using this app.
- Serves a live webpage
- Provides
/api/generate - Stores the Hugging Face token on the server as
HF_TOKEN - Sends movie commands to a Hugging Face text-to-video endpoint
- Returns playable video to the webpage
- Create a GitHub repo named
command-cinema-runtime. - Upload these files.
- Go to Render > New > Web Service.
- Connect the repo.
- Build command:
npm install - Start command:
npm start - Add environment variable:
- Key:
HF_TOKEN - Value: your NEW Hugging Face token
- Key:
- Deploy.
- Open the live URL and press CREATE WATCHABLE AI MOVIE.
Optional env var:
HF_ENDPOINT= another Hugging Face model endpoint