Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ interface = gr.Interface(
|
|
| 111 |
inputs=gr.Image(type="pil", label="Upload your answer sheet"),
|
| 112 |
outputs=[gr.Text(label="Grade"), gr.Number(label="Similarity Score (%)"), gr.Text(label="Feedback")],
|
| 113 |
title="Automated Grading System",
|
| 114 |
-
description="Upload an image of your answer sheet to get a grade from 1 to 5, similarity score, and feedback based on the model answer."
|
| 115 |
live=True
|
| 116 |
)
|
| 117 |
|
|
|
|
| 111 |
inputs=gr.Image(type="pil", label="Upload your answer sheet"),
|
| 112 |
outputs=[gr.Text(label="Grade"), gr.Number(label="Similarity Score (%)"), gr.Text(label="Feedback")],
|
| 113 |
title="Automated Grading System",
|
| 114 |
+
description="Upload an image of your answer sheet to get a grade from 1 to 5, similarity score, and feedback based on the model answer.",
|
| 115 |
live=True
|
| 116 |
)
|
| 117 |
|