Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AmazonScience
/
QA-NLU
like
11
Runtime error
App
Files
Files
Community
alexpap
commited on
Nov 10, 2021
Commit
d05e2cb
•
1 Parent(s):
32f8648
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -189,7 +189,7 @@ elif menu == "Evaluation":
189
190
191
qa_input = {
192
-
'context':
'Yes. No. ' +
context,
193
'question': question
194
}
195
189
190
191
qa_input = {
192
+
'context': context,
193
'question': question
194
}
195