Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ st.text('''To See Other Prompts You Can Use, Check: https://huggingface.co/BigSa
|
|
32 |
|
33 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|
34 |
tokenizer = AutoTokenizer.from_pretrained("gpt2")
|
35 |
-
model = AutoModelWithLMHead.from_pretrained("BigSalmon/
|
36 |
|
37 |
with st.form(key='my_form'):
|
38 |
prompt = st.text_area(label='Enter sentence')
|
|
|
32 |
|
33 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|
34 |
tokenizer = AutoTokenizer.from_pretrained("gpt2")
|
35 |
+
model = AutoModelWithLMHead.from_pretrained("BigSalmon/MrLincoln12")
|
36 |
|
37 |
with st.form(key='my_form'):
|
38 |
prompt = st.text_area(label='Enter sentence')
|