fixed wrong file path

This commit is contained in:
Brett Kuprel
2022-07-01 10:58:29 -04:00
parent fffd0f2b83
commit 7bf76deafb
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@ import json
import numpy
from .text_tokenizer import TextTokenizer
from .models.vqgan_detokenizer import VQGanDetokenizer
class MinDalleBase:
def __init__(self, is_mega: bool):