Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,8 @@ Translated into the Style of Abraham Lincoln: meteors are not readily detectable
|
|
27 |
|
28 |
informal english:''')
|
29 |
|
|
|
|
|
30 |
|
31 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|
32 |
tokenizer = AutoTokenizer.from_pretrained("gpt2")
|
|
|
27 |
|
28 |
informal english:''')
|
29 |
|
30 |
+
st.text('''To See Other Prompts You Can Use, Check: https://huggingface.co/BigSalmon/MrLincoln10''')
|
31 |
+
|
32 |
|
33 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|
34 |
tokenizer = AutoTokenizer.from_pretrained("gpt2")
|