mwaliahmad commited on
Commit
fcb4d18
·
1 Parent(s): f3c19a0
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -36,6 +36,8 @@ demo = gr.Interface(
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
 
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