Spaces:
Sleeping
Sleeping
Update ui/contentagentui.py
Browse files- ui/contentagentui.py +2 -2
ui/contentagentui.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
-
from status_check import is_endpoint_healthy
|
| 5 |
-
from endpoint_utils import wake_endpoint
|
| 6 |
|
| 7 |
|
| 8 |
class ContentAgentUI:
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
+
from checks.status_check import is_endpoint_healthy
|
| 5 |
+
from checks.endpoint_utils import wake_endpoint
|
| 6 |
|
| 7 |
|
| 8 |
class ContentAgentUI:
|