Spaces:
Runtime error
Runtime error
minor change in name
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(
|
|
35 |
fn=generate_multiple_choice_question,
|
36 |
inputs=gr.Textbox(lines=8, placeholder="Context Here..."),
|
37 |
outputs=gr.Textbox(lines=5, placeholder="Question: \n[A] \n[B] \n[C] \n[D] "),
|
38 |
-
title="Multiple-choice Question
|
39 |
description="Provide some context (e.g. news article or any passage) in the context box and click **Submit**. The models currently support English only. This demo is a part of MQAG - https://github.com/potsawee/mqag0.",
|
40 |
allow_flagging='never'
|
41 |
)
|
|
|
35 |
fn=generate_multiple_choice_question,
|
36 |
inputs=gr.Textbox(lines=8, placeholder="Context Here..."),
|
37 |
outputs=gr.Textbox(lines=5, placeholder="Question: \n[A] \n[B] \n[C] \n[D] "),
|
38 |
+
title="Multiple-choice Question Generator",
|
39 |
description="Provide some context (e.g. news article or any passage) in the context box and click **Submit**. The models currently support English only. This demo is a part of MQAG - https://github.com/potsawee/mqag0.",
|
40 |
allow_flagging='never'
|
41 |
)
|