Spaces:
Running
Running
File size: 82 Bytes
05026d9 |
1 2 3 4 5 |
import uvicorn
from app import app
uvicorn.run(app, host="127.0.0.1", port=7860)
|