Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -125,10 +125,10 @@ def generate2(prompt,crazy,k):
|
|
125 |
text=newPrompt,
|
126 |
seed=np.random.randint(0,10000),
|
127 |
grid_size=1,
|
128 |
-
is_seamless=
|
129 |
temperature=crazy,
|
130 |
top_k=k,#2128,
|
131 |
-
supercondition_factor=
|
132 |
is_verbose=False
|
133 |
)
|
134 |
|
|
|
125 |
text=newPrompt,
|
126 |
seed=np.random.randint(0,10000),
|
127 |
grid_size=1,
|
128 |
+
is_seamless=True,
|
129 |
temperature=crazy,
|
130 |
top_k=k,#2128,
|
131 |
+
supercondition_factor=64,
|
132 |
is_verbose=False
|
133 |
)
|
134 |
|