samiulhaq commited on
Commit
bdf5255
1 Parent(s): 88bab5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
2
  generate=pipeline("translation_en_to_fr",model="t5-large")
3
  import gradio as gr
4
 
5
- title=""" <hi> Convert your English text to French</h1>"""
6
 
7
  description="""<h5> This app is for english french language translation</h5>"""
8
 
 
2
  generate=pipeline("translation_en_to_fr",model="t5-large")
3
  import gradio as gr
4
 
5
+ title=""" <hi> Translate English text to French</h1>"""
6
 
7
  description="""<h5> This app is for english french language translation</h5>"""
8