ILRDF-AI-Translator / start_server.bat
ILRDF-Lowking's picture
feat: Update GA4 tracking (G-4M6KQ8KSY5) and dashboard
39ff86d
Raw
History Blame Contribute Delete
102 Bytes
@echo off
echo Starting ILRDF AI Translator Server...
start http://127.0.0.1:7860
python app.py
pause