Spaces:
Sleeping
Sleeping
Upload test_api.py with huggingface_hub
Browse files- test_api.py +1 -1
test_api.py
CHANGED
|
@@ -3,7 +3,7 @@ import base64
|
|
| 3 |
import json
|
| 4 |
import sys
|
| 5 |
|
| 6 |
-
BASE_URL = "https://
|
| 7 |
# BASE_URL = "http://localhost:7860"
|
| 8 |
|
| 9 |
def test_health():
|
|
|
|
| 3 |
import json
|
| 4 |
import sys
|
| 5 |
|
| 6 |
+
BASE_URL = "https://leon4gr45-openoperator.hf.space"
|
| 7 |
# BASE_URL = "http://localhost:7860"
|
| 8 |
|
| 9 |
def test_health():
|