Spaces:
Runtime error
Runtime error
File size: 100 Bytes
f19e9c2 |
1 2 3 4 |
import uvicorn
if __name__ == "__main__":
uvicorn.run("app.views:app", port=1106, reload=True) |