优化启动脚本

This commit is contained in:
puke
2025-11-10 15:52:51 +08:00
parent 178d307790
commit 61a3533974
3 changed files with 7 additions and 60 deletions

View File

@@ -4,16 +4,6 @@
echo "🚀 Starting Pixelle-Video Web UI..."
echo ""
# Check if config.yaml exists
if [ ! -f config.yaml ]; then
echo "⚠️ config.yaml not found, copying from config.example.yaml..."
cp config.example.yaml config.yaml
echo "✅ config.yaml created"
echo ""
echo "📝 Please edit config.yaml and fill in your API keys before using."
echo ""
fi
# Start Streamlit
uv run streamlit run web/app.py