VcRlAgent's picture
Initial WorkWise backend GPU
383bf0b
raw
history blame contribute delete
130 Bytes
from app.main import app
if __name__ == "__main__":
import uvicorn
uvicorn.run("app.main:app", host="0.0.0.0", port=7860)