Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ if text != '':
|
|
51 |
input_ids=input_ids,
|
52 |
attention_mask=attention_masks,
|
53 |
max_length=20,
|
54 |
-
num_beams=
|
55 |
no_repeat_ngram_size=2,
|
56 |
num_return_sequences=10,
|
57 |
early_stopping=True
|
|
|
51 |
input_ids=input_ids,
|
52 |
attention_mask=attention_masks,
|
53 |
max_length=20,
|
54 |
+
num_beams=10,
|
55 |
no_repeat_ngram_size=2,
|
56 |
num_return_sequences=10,
|
57 |
early_stopping=True
|