forked from mrq/ai-voice-cloning
the power of a separate setup for testing
This commit is contained in:
parent
2f5486a8d5
commit
805d7d35e8
|
@ -3477,7 +3477,7 @@ def update_autoregressive_model(autoregressive_model_path):
|
|||
|
||||
if autoregressive_model_path == "auto":
|
||||
autoregressive_model_path = deduce_autoregressive_model()
|
||||
else
|
||||
else:
|
||||
match = re.findall(r'^\[[a-fA-F0-9]{8}\] (.+?)$', autoregressive_model_path)
|
||||
if match:
|
||||
autoregressive_model_path = match[0]
|
||||
|
|
Loading…
Reference in New Issue
Block a user