mwaliahmad commited on
Commit
1f5c4dd
·
1 Parent(s): fcb4d18
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -35,9 +35,7 @@ demo = gr.Interface(
35
  description="Grade essays on six dimensions of writing quality",
36
  examples=[
37
  ["The English Language Learner Insight, Proficiency and Skills Evaluation (ELLIPSE) Corpus is a freely available corpus of ~6,500 ELL writing samples that have been scored for overall holistic language proficiency as well as analytic proficiency scores."]
38
- ],
39
- enable_api=True,
40
- theme="default",
41
  )
42
 
43
  # For API access
 
35
  description="Grade essays on six dimensions of writing quality",
36
  examples=[
37
  ["The English Language Learner Insight, Proficiency and Skills Evaluation (ELLIPSE) Corpus is a freely available corpus of ~6,500 ELL writing samples that have been scored for overall holistic language proficiency as well as analytic proficiency scores."]
38
+ ]
 
 
39
  )
40
 
41
  # For API access