yetessam commited on
Commit
fa5610e
·
verified ·
1 Parent(s): a6d6fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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