Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,6 +59,7 @@ 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: GPU · Nvidia L4 · 4x GPUs · 96 GB"
|
| 63 |
|
| 64 |
ui = ContentAgentUI(
|
|
|
|
| 59 |
# If the end point is ready, don't show it.
|
| 60 |
|
| 61 |
agent_type = 'deepseek-ai/DeepSeek-R1-Distill-Qwen-32B'
|
| 62 |
+
agent_type = 'https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct'
|
| 63 |
compute = "GCP: GPU · Nvidia L4 · 4x GPUs · 96 GB"
|
| 64 |
|
| 65 |
ui = ContentAgentUI(
|