mgrbyte commited on
Commit
0be1912
·
verified ·
1 Parent(s): b541e08
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ example_question_files = [
5
  "instructions-cy.jsonl",
6
  "instructions-en.jsonl",
7
  ]
8
- ui.main(example_question_file=example_question_files, model_id=model_id)
 
5
  "instructions-cy.jsonl",
6
  "instructions-en.jsonl",
7
  ]
8
+ ui.main(example_questions_file=example_question_files, model_id=model_id)