Spaces:
Sleeping
Sleeping
File size: 174 Bytes
f559cc0 | 1 2 3 4 | @echo off
cd /d C:\Users\USER\OneDrive\Desktop\AnemiaLens\backend
python -m uvicorn app.main:app --host 127.0.0.1 --port 5000 1>backend-local.out.log 2>backend-local.err.log
|