Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,8 +59,8 @@ def main():
|
|
| 59 |
# If the end point is ready, don't show it.
|
| 60 |
|
| 61 |
agent_type = 'deepseek-ai/DeepSeek-R1-Distill-Qwen-32B'
|
| 62 |
-
compute = "GCP · Nvidia L4 · 4x GPUs · 96 GB"
|
| 63 |
-
|
| 64 |
ui = ContentAgentUI(
|
| 65 |
endpoint_uri=uri,
|
| 66 |
is_healthy=ok,
|
|
|
|
| 59 |
# If the end point is ready, don't show it.
|
| 60 |
|
| 61 |
agent_type = 'deepseek-ai/DeepSeek-R1-Distill-Qwen-32B'
|
| 62 |
+
compute = "GCP: GPU · Nvidia L4 · 4x GPUs · 96 GB"
|
| 63 |
+
|
| 64 |
ui = ContentAgentUI(
|
| 65 |
endpoint_uri=uri,
|
| 66 |
is_healthy=ok,
|