Spaces:
Sleeping
Sleeping
andreeabodea
commited on
Commit
•
8dd0bcc
1
Parent(s):
f4d0a9c
Added question "Welche ist die Projektnummer des Moduls?"
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ def initialize_question_answering():
|
|
97 |
def answer_questions_section_1(text, language="de"):
|
98 |
qa_pipeline = initialize_question_answering()
|
99 |
questions = [
|
|
|
100 |
"Welches ist das Titel des Moduls?",
|
101 |
"Welches ist das Sektor oder das Kernthema?",
|
102 |
"Welches ist das Land?",
|
|
|
97 |
def answer_questions_section_1(text, language="de"):
|
98 |
qa_pipeline = initialize_question_answering()
|
99 |
questions = [
|
100 |
+
"Welche ist die Projektnummer des Moduls?",
|
101 |
"Welches ist das Titel des Moduls?",
|
102 |
"Welches ist das Sektor oder das Kernthema?",
|
103 |
"Welches ist das Land?",
|