UAIDE / backend /run_backend.py
ATS-27's picture
Upload folder using huggingface_hub
af980d7 verified
Raw
History Blame Contribute Delete
127 Bytes
import uvicorn
uvicorn.run('model_service:app', app_dir='/home/user/app/backend', host='0.0.0.0', port=8000, log_level='info')