Krishna1107 commited on
Commit
19ed2d4
·
1 Parent(s): 498f684

changes in inference

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -291,7 +291,7 @@ def main():
291
 
292
  # Verify environment is running
293
  try:
294
- health = env_request("GET", "/")
295
  print(f"Environment status: {health.get('status', 'unknown')}\n")
296
  except Exception as e:
297
  print(f"\nERROR: Cannot connect to environment at {ENV_URL}")
 
291
 
292
  # Verify environment is running
293
  try:
294
+ health = env_request("GET", "/health")
295
  print(f"Environment status: {health.get('status', 'unknown')}\n")
296
  except Exception as e:
297
  print(f"\nERROR: Cannot connect to environment at {ENV_URL}")