Spaces:
Sleeping
Sleeping
Upload test_deployed_app.py with huggingface_hub
Browse files- test_deployed_app.py +1 -1
test_deployed_app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import requests
|
| 2 |
import time
|
| 3 |
|
| 4 |
-
url = "https://
|
| 5 |
|
| 6 |
def test_health():
|
| 7 |
print(f"Testing health endpoint: {url}")
|
|
|
|
| 1 |
import requests
|
| 2 |
import time
|
| 3 |
|
| 4 |
+
url = "https://leon4gr45-openoperator.hf.space/health"
|
| 5 |
|
| 6 |
def test_health():
|
| 7 |
print(f"Testing health endpoint: {url}")
|