yetessam commited on
Commit
b43640a
·
verified ·
1 Parent(s): d2d2e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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,