Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,8 +26,10 @@ endpoint_uri = load_huggingface_model()
|
|
| 26 |
|
| 27 |
status_info = check_public_endpoint(endpoint_uri)
|
| 28 |
|
|
|
|
| 29 |
print(status_info["status"])
|
| 30 |
print(status_info["status_code"])
|
|
|
|
| 31 |
|
| 32 |
if status_info["status"] is False:
|
| 33 |
interface = create_failed_gradio_ui(status_info)
|
|
|
|
| 26 |
|
| 27 |
status_info = check_public_endpoint(endpoint_uri)
|
| 28 |
|
| 29 |
+
print("hello")
|
| 30 |
print(status_info["status"])
|
| 31 |
print(status_info["status_code"])
|
| 32 |
+
print("world")
|
| 33 |
|
| 34 |
if status_info["status"] is False:
|
| 35 |
interface = create_failed_gradio_ui(status_info)
|