textclsy / run.bat
Arafath10's picture
Upload 33 files
dad80ae verified
Raw
History Blame Contribute Delete
139 Bytes
@echo off
REM Start the complaint classifier on http://127.0.0.1:8000
python -m uvicorn app.main:app --reload --host 127.0.0.1 --port 8000