Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -107,7 +107,7 @@ def generate2(prompt,crazy,k):
|
|
107 |
models_root='./pretrained',
|
108 |
dtype=torch.float32,
|
109 |
device='cpu',
|
110 |
-
is_mega=
|
111 |
is_reusable=True
|
112 |
)
|
113 |
|
|
|
107 |
models_root='./pretrained',
|
108 |
dtype=torch.float32,
|
109 |
device='cpu',
|
110 |
+
is_mega=True,
|
111 |
is_reusable=True
|
112 |
)
|
113 |
|