Update app.py (#2)
Browse files- Update app.py (1c2ffd4e69b82ce5a729caf40c11d6315ca2baae)
Co-authored-by: mes <[email protected]>
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 English text to Spanish using the ScienceBrief translation model",
|
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 English text to Spanish using the ScienceBrief translation model.",
|
19 |
theme="compact"
|
20 |
)
|
21 |
|