Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ iface_translate = gr.Interface(
|
|
15 |
inputs=gr.inputs.Textbox(lines=10, label="Input Text"),
|
16 |
outputs=gr.outputs.Textbox(label="Translation"),
|
17 |
title="ScienceBrief Translation",
|
18 |
-
description="Translate your text
|
19 |
theme="compact"
|
20 |
)
|
21 |
|
|
|
15 |
inputs=gr.inputs.Textbox(lines=10, label="Input Text"),
|
16 |
outputs=gr.outputs.Textbox(label="Translation"),
|
17 |
title="ScienceBrief Translation",
|
18 |
+
description="Translate your text from English to Spanish using the ScienceBrief translation model.",
|
19 |
theme="compact"
|
20 |
)
|
21 |
|