Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,10 +62,8 @@ def main():
|
|
| 62 |
|
| 63 |
agent_type = """ deepseek-ai/DeepSeek-R1-Distill-Qwen-32B` text generation model """
|
| 64 |
compute = "GCP · Nvidia L4 · 4x GPUs · 96 GB"
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
ui = ContentAgentUI(
|
| 68 |
-
|
| 69 |
endpoint_uri=uri,
|
| 70 |
is_healthy=ok,
|
| 71 |
health_message=msg,
|
|
|
|
| 62 |
|
| 63 |
agent_type = """ deepseek-ai/DeepSeek-R1-Distill-Qwen-32B` text generation model """
|
| 64 |
compute = "GCP · Nvidia L4 · 4x GPUs · 96 GB"
|
| 65 |
+
|
| 66 |
+
ui = ContentAgentUI(
|
|
|
|
|
|
|
| 67 |
endpoint_uri=uri,
|
| 68 |
is_healthy=ok,
|
| 69 |
health_message=msg,
|