stevenkolawole commited on
Commit
9b28fe7
β€’
1 Parent(s): 4654f8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -63,8 +63,8 @@ iface = gr.Interface(fn=predict,
63
  choices=["Translate English to French",
64
  "Translate English to German",
65
  "Translate English to Romanian",
66
- "Text Summarization",
67
- "Grammatical Codid I use T5?rrectness of Sentence",
68
  "Document Similarity Score (separate the 2 sentences with 3 dashes `---`)"],
69
  label="Task Type"
70
  ),
@@ -76,7 +76,7 @@ iface = gr.Interface(fn=predict,
76
  ["Translate English to French", "I am Steven and I live in Lagos, Nigeria"],
77
  ["Translate English to German", "I am Steven and I live in Lagos, Nigeria"],
78
  ["Translate English to Romanian", "I am Steven and I live in Lagos, Nigeria"],
79
- ["Grammatical correctness of sentence", "I am Steven and I live in Lagos, Nigeria"],
80
  ["Text Summarization",
81
  "I don't care about those doing the comparison, but comparing the Ghanaian Jollof Rice to \
82
  Nigerian Jollof Rice is an insult to Nigerians"],
63
  choices=["Translate English to French",
64
  "Translate English to German",
65
  "Translate English to Romanian",
66
+ "Grammatical Correctness of Sentence",
67
+ "Text Summarization",
68
  "Document Similarity Score (separate the 2 sentences with 3 dashes `---`)"],
69
  label="Task Type"
70
  ),
76
  ["Translate English to French", "I am Steven and I live in Lagos, Nigeria"],
77
  ["Translate English to German", "I am Steven and I live in Lagos, Nigeria"],
78
  ["Translate English to Romanian", "I am Steven and I live in Lagos, Nigeria"],
79
+ ["Grammatical Correctness of Sentence", "I am Steven and I live in Lagos, Nigeria"],
80
  ["Text Summarization",
81
  "I don't care about those doing the comparison, but comparing the Ghanaian Jollof Rice to \
82
  Nigerian Jollof Rice is an insult to Nigerians"],