Spaces:
Sleeping
Sleeping
Claude Code commited on
Commit ·
54e4ffb
1
Parent(s): 45bc2ae
Claude Code: Simplify app.py - remove redundant uvicorn.run() block, entrypoint.sh handles startup
Browse files
app.py
CHANGED
|
@@ -27,7 +27,3 @@ def get_agents():
|
|
| 27 |
"detail": "Cain is operational",
|
| 28 |
"authStatus": "approved",
|
| 29 |
}]
|
| 30 |
-
|
| 31 |
-
if __name__ == "__main__":
|
| 32 |
-
import uvicorn
|
| 33 |
-
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
|
| 27 |
"detail": "Cain is operational",
|
| 28 |
"authStatus": "approved",
|
| 29 |
}]
|
|
|
|
|
|
|
|
|
|
|
|