Spaces:
Sleeping
Sleeping
Update checks/health_check.py
Browse files- checks/health_check.py +2 -0
checks/health_check.py
CHANGED
|
@@ -3,6 +3,8 @@ import os
|
|
| 3 |
import requests
|
| 4 |
from typing import Dict, Tuple
|
| 5 |
|
|
|
|
|
|
|
| 6 |
def check_with_prompt(endpoint_uri: str):
|
| 7 |
|
| 8 |
# Try a direct test of your endpoint
|
|
|
|
| 3 |
import requests
|
| 4 |
from typing import Dict, Tuple
|
| 5 |
|
| 6 |
+
from endpoint_check import check_public_endpoint
|
| 7 |
+
|
| 8 |
def check_with_prompt(endpoint_uri: str):
|
| 9 |
|
| 10 |
# Try a direct test of your endpoint
|