File size: 93 Bytes
13f6d73
 
1
2
import uvicorn
uvicorn.run("app:app", host="0.0.0.0", port=7860, ws="auto", log_level="info")