Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def tutorial1_basic_qa_pipeline():
|
|
133 |
|
134 |
## Voilà! Ask a question!
|
135 |
prediction = pipe.run(
|
136 |
-
query="
|
137 |
)
|
138 |
|
139 |
# prediction = pipe.run(query="Who created the Dothraki vocabulary?", params={"Reader": {"top_k": 5}})
|
|
|
133 |
|
134 |
## Voilà! Ask a question!
|
135 |
prediction = pipe.run(
|
136 |
+
query="What is Amazon Music?", params={"Retriever": {"top_k": 10}, "Reader": {"top_k": 5}}
|
137 |
)
|
138 |
|
139 |
# prediction = pipe.run(query="Who created the Dothraki vocabulary?", params={"Reader": {"top_k": 5}})
|