Spaces:
Runtime error
Runtime error
Commit
Β·
9b28fe7
1
Parent(s):
4654f8b
Update app.py
Browse files
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 |
-
"
|
67 |
-
"
|
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
|
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"],
|