IsmaelMousa commited on
Commit
5355c87
·
verified ·
1 Parent(s): b5ee2ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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