Graduation / pipelines /start.bat
DuyTa's picture
Upload folder using huggingface_hub
74b1bac verified
@echo off
set PORT=9099
set HOST=0.0.0.0
uvicorn main:app --host %HOST% --port %PORT% --forwarded-allow-ips '*'