{% if not authenticated %}
{% else %}
Sessions: {{ sessions_used }}/{{ sessions_limit }} today
{% if not can_start %}

⚠️ Daily Limit Reached

You've used all {{ sessions_limit }} sessions for today. Come back tomorrow!

{% if not user.is_pro %}

Upgrade to Hugging Face PRO for 15 sessions per day!

{% endif %}
{% endif %}

Real-time Video Generation

Self-Forcing Diffusion with Dynamic Prompt Rewriting • 832×480 Fixed Resolution

{% if can_start %}Click Start to begin generation{% else %}Daily limit reached{% endif %}

Controls

{% endif %}