Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def main():
|
|
106 |
|
107 |
if not wake_up_successful:
|
108 |
ui.append("Warning: Could not wake up the endpoint. Continuing.")
|
109 |
-
else
|
110 |
ui.append("✅ End point responded OK.")
|
111 |
|
112 |
is_healthy, status_info = check_model_endpoint(endpoint_uri) # Test the endpoint
|
|
|
106 |
|
107 |
if not wake_up_successful:
|
108 |
ui.append("Warning: Could not wake up the endpoint. Continuing.")
|
109 |
+
else:
|
110 |
ui.append("✅ End point responded OK.")
|
111 |
|
112 |
is_healthy, status_info = check_model_endpoint(endpoint_uri) # Test the endpoint
|