Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ When faced with a query, the semantically most similar document is retrieved.
|
|
35 |
A text and a table language model ("Deberta-large" and "Tapas" here) extract the answers to the original question from the respective document and return them to the interface
|
36 |
'''
|
37 |
|
38 |
-
|
39 |
# examples = [
|
40 |
# ["When is the add/dropp period?"],
|
41 |
# ["What does it mean if instructor consent is required?"],
|
|
|
35 |
A text and a table language model ("Deberta-large" and "Tapas" here) extract the answers to the original question from the respective document and return them to the interface
|
36 |
'''
|
37 |
|
38 |
+
examples = ["When is the add/dropp period?", "What does it mean if instructor consent is required?", "Where is the english preparatory unit located?"]
|
39 |
# examples = [
|
40 |
# ["When is the add/dropp period?"],
|
41 |
# ["What does it mean if instructor consent is required?"],
|