Patinya commited on
Commit
b3ac653
·
1 Parent(s): 5f930af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  classifier = pipeline('text-generation', model='KoboldAI/GPT-Neo-2.7B-Shinen')
5
  def main():
6
- st.title("text-generation")
7
 
8
  with st.form("text_field"):
9
  question = "What is 42?"
 
3
 
4
  classifier = pipeline('text-generation', model='KoboldAI/GPT-Neo-2.7B-Shinen')
5
  def main():
6
+ st.title("Text generation")
7
 
8
  with st.form("text_field"):
9
  question = "What is 42?"