Epoching commited on
Commit
be35ce5
1 Parent(s): c740df7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,11 +105,11 @@ with demo:
105
  button_run.click(fn=run_fn, inputs=[input_pdf_file, input_question_text, input_k_percent], outputs=[output_gallery, output_contexts, output_ranked_contexts, output_qa_results])
106
 
107
  examples = [
108
- ['examples/2105.03011.pdf', 'How many questions are in this dataset?', 5],
109
  ['examples/1909.00694.pdf', 'What is the seed lexicon?', 5],
110
  ['examples/1909.00694.pdf', 'How big is seed lexicon used for training?', 5],
111
  ['examples/1810.04805.pdf', 'What is this paper about?', 5],
112
  ['examples/1810.04805.pdf', 'What is the model size?', 5],
 
113
  ['examples/1909.00694.pdf', 'How are relations used to propagate polarity?', 5],
114
 
115
  ]
 
105
  button_run.click(fn=run_fn, inputs=[input_pdf_file, input_question_text, input_k_percent], outputs=[output_gallery, output_contexts, output_ranked_contexts, output_qa_results])
106
 
107
  examples = [
 
108
  ['examples/1909.00694.pdf', 'What is the seed lexicon?', 5],
109
  ['examples/1909.00694.pdf', 'How big is seed lexicon used for training?', 5],
110
  ['examples/1810.04805.pdf', 'What is this paper about?', 5],
111
  ['examples/1810.04805.pdf', 'What is the model size?', 5],
112
+ ['examples/2105.03011.pdf', 'How many questions are in this dataset?', 5],
113
  ['examples/1909.00694.pdf', 'How are relations used to propagate polarity?', 5],
114
 
115
  ]