ramkamal2000 commited on
Commit
c89e0f3
1 Parent(s): 16595a6
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,8 +102,8 @@ use_griffin_lim = False
102
 
103
  # Paths definition
104
 
105
- # CONFIG_SE_PATH = "config_se.json"
106
- # CHECKPOINT_SE_PATH = "SE_checkpoint.pth.tar"
107
 
108
  # Load the Speaker encoder
109
 
 
102
 
103
  # Paths definition
104
 
105
+ CONFIG_SE_PATH = "config_se.json"
106
+ CHECKPOINT_SE_PATH = "SE_checkpoint.pth.tar"
107
 
108
  # Load the Speaker encoder
109