stevenkolawole commited on
Commit
4654f8b
β€’
1 Parent(s): 5d5ce1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ iface = gr.Interface(fn=predict,
64
  "Translate English to German",
65
  "Translate English to Romanian",
66
  "Text Summarization",
67
- "Grammatical correctness of sentence",
68
  "Document Similarity Score (separate the 2 sentences with 3 dashes `---`)"],
69
  label="Task Type"
70
  ),
 
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
  ),