#!/bin/bash # Start Pixelle-Video Web UI echo "🚀 Starting Pixelle-Video Web UI..." echo "" # Start Streamlit uv run streamlit run web/app.py