Spaces:
Sleeping
Sleeping
tidy
Browse files
app.py
CHANGED
@@ -91,11 +91,11 @@ def parallel_sequential_generation(seed_text,
|
|
91 |
|
92 |
|
93 |
def inbertolate(doc,
|
94 |
-
max_len=
|
95 |
-
top_k=
|
96 |
-
temperature=
|
97 |
-
max_iter=
|
98 |
-
burnin=
|
99 |
new_doc = ''
|
100 |
paras = doc.split('\n')
|
101 |
|
|
|
91 |
|
92 |
|
93 |
def inbertolate(doc,
|
94 |
+
max_len=max_len,
|
95 |
+
top_k=top_k,
|
96 |
+
temperature=temperature,
|
97 |
+
max_iter=max_iter,
|
98 |
+
burnin=burnin):
|
99 |
new_doc = ''
|
100 |
paras = doc.split('\n')
|
101 |
|