hema1 commited on
Commit
9b2ffff
·
1 Parent(s): 6f00501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from transformers import pipeline
9
 
10
  nlp = pipeline("question-answering", model=model, tokenizer=tokenizer)
11
 
12
- context = "My name is Ajulor Christian, i am a data scientist and machine learning engineer."
13
  question = "what is my profession?"
14
 
15
  result = nlp(question = question, context=context)
 
9
 
10
  nlp = pipeline("question-answering", model=model, tokenizer=tokenizer)
11
 
12
+ context = "My name is Hema Raikhola, i am a data scientist and machine learning engineer."
13
  question = "what is my profession?"
14
 
15
  result = nlp(question = question, context=context)