Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(fn =grade,
|
|
50 |
inputs=[gr.Textbox(label="Question"),
|
51 |
gr.Textbox(label="Reference Answer"),
|
52 |
gr.Textbox(label="Student Answer"),
|
53 |
-
gr.Textbox(label="Mark Scheme"),
|
54 |
outputs=gr.JSON (label="Evaluation Output"))
|
55 |
|
56 |
|
|
|
50 |
inputs=[gr.Textbox(label="Question"),
|
51 |
gr.Textbox(label="Reference Answer"),
|
52 |
gr.Textbox(label="Student Answer"),
|
53 |
+
gr.Textbox(label="Mark Scheme")],
|
54 |
outputs=gr.JSON (label="Evaluation Output"))
|
55 |
|
56 |
|