boq-api / run.bat
gabcares's picture
Upload 80 files
72fdabd verified
Raw
History Blame Contribute Delete
103 Bytes
@echo off
echo Starting QS BoQ Predictor API...
uvicorn main:app --host 127.0.0.1 --port 7860 --reload