Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,7 +209,8 @@ if llm_model is not None:
|
|
| 209 |
max_steps=20, # Increased slightly just in case
|
| 210 |
# planning_interval=3, # Optional
|
| 211 |
)
|
| 212 |
-
else
|
|
|
|
| 213 |
|
| 214 |
# --- Launch Gradio using GradioUI and the custom agent ---
|
| 215 |
print("--- Starting Gradio Interface with GradioUI and HeightComparisonAgent ---")
|
|
|
|
| 209 |
max_steps=20, # Increased slightly just in case
|
| 210 |
# planning_interval=3, # Optional
|
| 211 |
)
|
| 212 |
+
else:
|
| 213 |
+
print('Failed to Load LiteLLM Model')
|
| 214 |
|
| 215 |
# --- Launch Gradio using GradioUI and the custom agent ---
|
| 216 |
print("--- Starting Gradio Interface with GradioUI and HeightComparisonAgent ---")
|