Garvitj commited on
Commit
7e73101
·
verified ·
1 Parent(s): 860f072

Update app.py

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