Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,7 @@ def run_single_model(problem: str, model_choice: str, context: str = "") -> Tupl
|
|
351 |
start_time = time.time()
|
352 |
|
353 |
if model_choice == "Deep Thinker (DeepSeek R1)":
|
354 |
-
result = orchestra.deep_thinker_analyze
|
355 |
filename = "deep_thinker_analysis"
|
356 |
elif model_choice == "Quick Strategist (Qwen3 32B)":
|
357 |
result = orchestra.quick_strategist_analyze(problem, context)
|
|
|
351 |
start_time = time.time()
|
352 |
|
353 |
if model_choice == "Deep Thinker (DeepSeek R1)":
|
354 |
+
result = orchestra.deep_thinker_analyze(problem, context)
|
355 |
filename = "deep_thinker_analysis"
|
356 |
elif model_choice == "Quick Strategist (Qwen3 32B)":
|
357 |
result = orchestra.quick_strategist_analyze(problem, context)
|