Spaces:
Sleeping
Sleeping
Staticaliza
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ model.cfm.estimator.setup_caches(max_batch_size=1, max_seq_length=8192)
|
|
78 |
|
79 |
# Ensure 'CAMPPlus' is correctly imported and defined
|
80 |
try:
|
81 |
-
campplus_model = CAMPPlus(feat_dim=
|
82 |
print("[INFO] | CAMPPlus model instantiated.")
|
83 |
except NameError:
|
84 |
print("[ERROR] | CAMPPlus is not defined. Please check the import path and ensure CAMPPlus is correctly defined.")
|
|
|
78 |
|
79 |
# Ensure 'CAMPPlus' is correctly imported and defined
|
80 |
try:
|
81 |
+
campplus_model = CAMPPlus(feat_dim=80, embedding_size=192)
|
82 |
print("[INFO] | CAMPPlus model instantiated.")
|
83 |
except NameError:
|
84 |
print("[ERROR] | CAMPPlus is not defined. Please check the import path and ensure CAMPPlus is correctly defined.")
|