Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def main():
|
|
| 48 |
sys.exit(1) # exit with non-zero status for clarity
|
| 49 |
ok, msg = is_endpoint_healthy(uri)
|
| 50 |
if not ok:
|
| 51 |
-
print("Endpoint not ready: {msg}")
|
| 52 |
|
| 53 |
# We want to create a basic GUI calling the ContentAgentUI..
|
| 54 |
# The default flow should be to show the "Wake Endpoint" button
|
|
|
|
| 48 |
sys.exit(1) # exit with non-zero status for clarity
|
| 49 |
ok, msg = is_endpoint_healthy(uri)
|
| 50 |
if not ok:
|
| 51 |
+
print(f"Endpoint not ready: {msg}")
|
| 52 |
|
| 53 |
# We want to create a basic GUI calling the ContentAgentUI..
|
| 54 |
# The default flow should be to show the "Wake Endpoint" button
|