Pendrokar commited on
Commit
dbc5ddc
β€’
1 Parent(s): 191ddd5

expresso sample fix

Browse files
Files changed (1) hide show
  1. gr_client.py +1 -1
gr_client.py CHANGED
@@ -618,7 +618,7 @@ class BlocksDemo:
618
  elif voice_id == 'cnc_cabal':
619
  sample_path = self.robotic_models_path
620
  elif voice_id[:5] == 'x_ex0':
621
- model_path = self.expresso_models_path
622
  else:
623
  sample_path = self.models_path
624
 
 
618
  elif voice_id == 'cnc_cabal':
619
  sample_path = self.robotic_models_path
620
  elif voice_id[:5] == 'x_ex0':
621
+ sample_path = self.expresso_models_path
622
  else:
623
  sample_path = self.models_path
624