Spaces:
Sleeping
Sleeping
Update ui/contentagentui.py
Browse files- ui/contentagentui.py +0 -3
ui/contentagentui.py
CHANGED
|
@@ -4,9 +4,6 @@ import gradio as gr
|
|
| 4 |
from checks.status_check import is_endpoint_healthy
|
| 5 |
from checks.endpoint_utils import wake_endpoint
|
| 6 |
|
| 7 |
-
from prompts.prompts import _print_defaults_wrapper
|
| 8 |
-
|
| 9 |
-
|
| 10 |
class ContentAgentUI:
|
| 11 |
"""
|
| 12 |
Gradio UI that:
|
|
|
|
| 4 |
from checks.status_check import is_endpoint_healthy
|
| 5 |
from checks.endpoint_utils import wake_endpoint
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
class ContentAgentUI:
|
| 8 |
"""
|
| 9 |
Gradio UI that:
|