{% extends "base.html" %}
{% block title %}Train Model - VidAI{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
Available Tokens: {{ tokens }} (Training costs ~100 tokens)
Training Notice: Model training requires significant computational resources and may take several hours to complete. Ensure you have sufficient tokens and system resources.
Train Custom Model
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}