kokluch's picture
Add mnemonic detection
05026d9
raw
history blame
82 Bytes
import uvicorn
from app import app
uvicorn.run(app, host="127.0.0.1", port=7860)