jjuarez chayyyy commited on
Commit
a251ddb
·
1 Parent(s): 9f2d4e6

Update app.py (#2)

Browse files

- Update app.py (1c2ffd4e69b82ce5a729caf40c11d6315ca2baae)


Co-authored-by: mes <[email protected]>

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 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