File size: 102 Bytes
39ff86d | 1 2 3 4 5 6 | @echo off
echo Starting ILRDF AI Translator Server...
start http://127.0.0.1:7860
python app.py
pause
|
39ff86d | 1 2 3 4 5 6 | @echo off
echo Starting ILRDF AI Translator Server...
start http://127.0.0.1:7860
python app.py
pause
|