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