Spaces:
Runtime error
Runtime error
Kwadwo Agyapon-Ntra
commited on
Commit
·
1603195
1
Parent(s):
eff1f01
Modified title
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def extract_answer(question, url):
|
|
26 |
answer_dict = qa_model(question = question, context = context)
|
27 |
return answer_dict['answer']
|
28 |
|
29 |
-
title = "Webpage Question Answering"
|
30 |
description = "Using a webpage as context for extractive question answering."
|
31 |
enable_queue=True
|
32 |
|
|
|
26 |
answer_dict = qa_model(question = question, context = context)
|
27 |
return answer_dict['answer']
|
28 |
|
29 |
+
title = "Webpage-Based Question Answering"
|
30 |
description = "Using a webpage as context for extractive question answering."
|
31 |
enable_queue=True
|
32 |
|