Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
expresso sample fix
Browse files- 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 |
-
|
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 |
|