Donato8408 commited on
Commit
cfc3335
1 Parent(s): a721c50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -45,8 +45,6 @@ def answer_question(question):
45
  • Robotica e visione\n\
46
  • Gestione dell'incertezza\n\
47
  • Web"
48
- elif similar_question == "Come si chiama il principe d'Italia?":
49
- return "Romaniello"
50
  else:
51
  answer = qa_model(question=question, context=document_text, max_answer_len=200)
52
  return answer["answer"]
 
45
  • Robotica e visione\n\
46
  • Gestione dell'incertezza\n\
47
  • Web"
 
 
48
  else:
49
  answer = qa_model(question=question, context=document_text, max_answer_len=200)
50
  return answer["answer"]