re-type commited on
Commit
ae7bc5c
·
verified ·
1 Parent(s): 13641cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def load_models_safely():
74
  token=HF_TOKEN,
75
  local_dir=os.path.join(BASE_DIR, "models")
76
  )
77
- boundary_model = GenePredictor(boundary_path)
78
  logger.info("✅ Boundary model loaded")
79
  except Exception as e:
80
  logger.error(f"❌ Failed to load boundary model: {e}")
 
74
  token=HF_TOKEN,
75
  local_dir=os.path.join(BASE_DIR, "models")
76
  )
77
+ boundary_model = EnhancedGenePredictor(boundary_path)
78
  logger.info("✅ Boundary model loaded")
79
  except Exception as e:
80
  logger.error(f"❌ Failed to load boundary model: {e}")