Spaces:
Sleeping
Sleeping
nyarkssss
commited on
Commit
·
681bb6d
1
Parent(s):
46c9ee7
new
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ nllb_translate = gr.Interface(
|
|
25 |
gr.Textbox(lines=5, label="Input text"),
|
26 |
],
|
27 |
outputs="json",
|
28 |
-
examples=NLLB_EXAMPLES,
|
29 |
title="UG MatCare Translation Demo",
|
30 |
description="Translate text from one language to another, focused on maternal health care.",
|
31 |
allow_flagging="never",
|
|
|
25 |
gr.Textbox(lines=5, label="Input text"),
|
26 |
],
|
27 |
outputs="json",
|
28 |
+
# examples=NLLB_EXAMPLES,
|
29 |
title="UG MatCare Translation Demo",
|
30 |
description="Translate text from one language to another, focused on maternal health care.",
|
31 |
allow_flagging="never",
|