mwaliahmad commited on
Commit
ef1263f
·
1 Parent(s): 6337bb1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ demo = gr.Interface(
40
  fn=process_embeddings,
41
  inputs=gr.JSON(label="Embeddings"),
42
  outputs=gr.JSON(label="Scores"),
43
- title="Essay Grading API (Embeddings Only)",
44
  description="Grade essays based on precomputed embeddings"
45
  )
46
 
 
40
  fn=process_embeddings,
41
  inputs=gr.JSON(label="Embeddings"),
42
  outputs=gr.JSON(label="Scores"),
43
+ title="Essay Grading API",
44
  description="Grade essays based on precomputed embeddings"
45
  )
46