Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -20,7 +20,7 @@ GREETING = (
|
|
20 |
)
|
21 |
EXAMPLE_QUERIES = [
|
22 |
"What's the difference between a markov chain and a hidden markov model?",
|
23 |
-
"What
|
24 |
"What is known about different modes for human-AI teaming?",
|
25 |
]
|
26 |
EMBEDDING_MODEL_NAME = "allenai-specter"
|
|
|
20 |
)
|
21 |
EXAMPLE_QUERIES = [
|
22 |
"What's the difference between a markov chain and a hidden markov model?",
|
23 |
+
"What can you tell me about analytical target cascading?",
|
24 |
"What is known about different modes for human-AI teaming?",
|
25 |
]
|
26 |
EMBEDDING_MODEL_NAME = "allenai-specter"
|