Jai12345 commited on
Commit
16aec2e
1 Parent(s): 109e195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def tutorial1_basic_qa_pipeline():
133
 
134
  ## Voilà! Ask a question!
135
  prediction = pipe.run(
136
- query="Who is the father of Arya Stark?", 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}})
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}})