Spaces:
Sleeping
Sleeping
Commit
·
ef1263f
1
Parent(s):
6337bb1
update
Browse files
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
|
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 |
|