Spaces:
Runtime error
Runtime error
Donato8408
commited on
Commit
•
a721c50
1
Parent(s):
a92ebf9
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,8 @@ def answer_question(question):
|
|
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"]
|
|
|
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"]
|