Staticaliza commited on
Commit
9daa517
·
verified ·
1 Parent(s): 8615f3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=channel_numbers, 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.")
 
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.")