forked from mrq/tortoise-tts
oops x2
This commit is contained in:
parent
5bf98de301
commit
729b292515
3
webui.py
3
webui.py
|
@ -164,10 +164,11 @@ def generate(
|
||||||
if match is None or len(match) == 0:
|
if match is None or len(match) == 0:
|
||||||
idx = idx + 1 # safety
|
idx = idx + 1 # safety
|
||||||
continue
|
continue
|
||||||
match = match[0]
|
|
||||||
key = match[0]
|
key = match[0]
|
||||||
idx_cache[key] = True
|
idx_cache[key] = True
|
||||||
|
|
||||||
|
print(idx_cache)
|
||||||
|
|
||||||
idx = idx + len(idx_cache)
|
idx = idx + len(idx_cache)
|
||||||
|
|
||||||
# I know there's something to pad I don't care
|
# I know there's something to pad I don't care
|
||||||
|
|
Loading…
Reference in New Issue
Block a user