rdsarjito commited on
Commit
a5c182e
·
1 Parent(s): 5e92542
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def load_model():
59
  model = MultilabelBertClassifier('indobenchmark/indobert-base-p1', len(target_columns))
60
 
61
  # Load model weights if available
62
- model_path = "alergen_model.pt"
63
 
64
  try:
65
  # Try to load the model
 
59
  model = MultilabelBertClassifier('indobenchmark/indobert-base-p1', len(target_columns))
60
 
61
  # Load model weights if available
62
+ model_path = "model/alergen_model.pt"
63
 
64
  try:
65
  # Try to load the model