Spaces:
Sleeping
Sleeping
Fix typo.
Browse files
app.py
CHANGED
@@ -5,4 +5,5 @@ example_question_files = [
|
|
5 |
"instructions-cy.jsonl",
|
6 |
"instructions-en.jsonl",
|
7 |
]
|
8 |
-
ui.main(example_questions_file=example_question_files, model_id_or_path=model_id
|
|
|
|
5 |
"instructions-cy.jsonl",
|
6 |
"instructions-en.jsonl",
|
7 |
]
|
8 |
+
ui.main(example_questions_file=example_question_files, model_id_or_path=model_id)
|
9 |
+
|