Aniket2006 commited on
Commit
46146cd
·
1 Parent(s): 64d56ea

Fix import error: remove non-existent configure_gemini from import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ from sentinelhub import (
39
  from vegetation_indices import INDEX_FUNCTIONS, calculate_all_indices
40
  from stress_detection_model import StressDetectionModel, get_stress_category, prepare_llm_context
41
  from stress_detection_preprocessing import preprocess_for_model
42
- from llm_analysis import configure_gemini, prepare_indices_context, format_stress_context
43
 
44
  # ============================================================================
45
  # LOGGING
 
39
  from vegetation_indices import INDEX_FUNCTIONS, calculate_all_indices
40
  from stress_detection_model import StressDetectionModel, get_stress_category, prepare_llm_context
41
  from stress_detection_preprocessing import preprocess_for_model
42
+ from llm_analysis import prepare_indices_context, format_stress_context
43
 
44
  # ============================================================================
45
  # LOGGING