Spaces:
Runtime error
Runtime error
Update status_check.py
Browse files- status_check.py +2 -1
status_check.py
CHANGED
@@ -87,7 +87,8 @@ def wake_up_endpoint(
|
|
87 |
|
88 |
def run_status_checks():
|
89 |
"""Run all status checks and return endpoint URI if successful"""
|
90 |
-
ui = StatusUI("Content Agent Status Checks")
|
|
|
91 |
ui.launch()
|
92 |
ui.append("Starting prechecks...")
|
93 |
ui.append("Checking endpoint..")
|
|
|
87 |
|
88 |
def run_status_checks():
|
89 |
"""Run all status checks and return endpoint URI if successful"""
|
90 |
+
#ui = StatusUI("Content Agent Status Checks")
|
91 |
+
ui = StatusUI()
|
92 |
ui.launch()
|
93 |
ui.append("Starting prechecks...")
|
94 |
ui.append("Checking endpoint..")
|