ash47 commited on
Commit
110ea7e
·
verified ·
1 Parent(s): 937ff1a

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -73,7 +73,7 @@ try:
73
  cache_dir=CACHE_DIR
74
  )
75
  FEATURE_COLUMNS = joblib.load(feature_columns_path)
76
- print("-> Feature columns loaded.")
77
 
78
  print("--- All models loaded successfully. ---")
79
 
 
73
  cache_dir=CACHE_DIR
74
  )
75
  FEATURE_COLUMNS = joblib.load(feature_columns_path)
76
+ print("-> Feature columns loaded...")
77
 
78
  print("--- All models loaded successfully. ---")
79