fix: fix typo

This commit is contained in:
Dowon
2024-07-20 17:23:37 +09:00
parent 53998d67f1
commit 62591c43bd
2 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ def pause_total_tqdm():
@contextmanager
def preseve_prompts(p: PT):
def preserve_prompts(p: PT):
all_pt = copy(p.all_prompts)
all_ng = copy(p.all_negative_prompts)
try: