Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ for generated_option_idx, generated_option in enumerate(results):
|
|
27 |
text = tokenizer.decode(generated_option, clean_up_tokenization_spaces = True, skip_special_tokens = True)
|
28 |
generated_options.append(text)
|
29 |
|
30 |
-
st.write(
|
31 |
|
|
|
27 |
text = tokenizer.decode(generated_option, clean_up_tokenization_spaces = True, skip_special_tokens = True)
|
28 |
generated_options.append(text)
|
29 |
|
30 |
+
st.write(generated_options)
|
31 |
|