Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -112,7 +112,7 @@ def generate2(prompt,crazy,k):
|
|
112 |
models_root='./pretrained',
|
113 |
dtype=torch.float32,
|
114 |
device='cpu',
|
115 |
-
is_mega=
|
116 |
is_reusable=True
|
117 |
)
|
118 |
|
|
|
112 |
models_root='./pretrained',
|
113 |
dtype=torch.float32,
|
114 |
device='cpu',
|
115 |
+
is_mega=False,
|
116 |
is_reusable=True
|
117 |
)
|
118 |
|