Teagasc-HR-Bot / run.py
AlexO164's picture
Upload 4 files
a7a264b verified
raw
history blame contribute delete
110 Bytes
import uvicorn
if __name__ == "__main__":
uvicorn.run("app:app", host="0.0.0.0", port=7860, workers=4)