ayushKishor's picture
Add Pluto memory layer and pipeline fixes
23cdeed
raw
history blame contribute delete
125 Bytes
import uvicorn
from pluto.server import app
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=7860)