Noxus09 commited on
Commit
33af22f
·
verified ·
1 Parent(s): 12d8eb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ iface = gr.Interface(
10
  inputs=[gr.Textbox(lines=5, placeholder="Enter English text to translate")],
11
  outputs="textbox",
12
  title="English to French Translator",
13
- description="Translates English text into French using a fine-tuned OPUS-MT model.",
14
  )
15
 
16
  # Launch the Gradio app
 
10
  inputs=[gr.Textbox(lines=5, placeholder="Enter English text to translate")],
11
  outputs="textbox",
12
  title="English to French Translator",
13
+ description="Translates English text into French using a fine-tuned google-t5 model.",
14
  )
15
 
16
  # Launch the Gradio app