yetessam commited on
Commit
60041b5
·
verified ·
1 Parent(s): 4e76bca

Update app.py

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