jjuarez commited on
Commit
0f3cc9c
1 Parent(s): e0aba20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 from English 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