Abbasid commited on
Commit
bf86900
·
verified ·
1 Parent(s): 5a9d066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 print('Failed to Load LiteLLM Model')
 
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 ---")