Spaces:
Sleeping
Sleeping
rdsarjito
commited on
Commit
·
a5c182e
1
Parent(s):
5e92542
7 commit
Browse files
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
|