LawalAfeez commited on
Commit
c10da08
·
1 Parent(s): 622baea

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="LawalAfeez/en-fr-translation")
3
  import gradio as gr
4
 
5
- title=""" <hi> Here to covert your English text to French</h1>"""
6
 
7
  description="""<h5> This demo app is for english french language translation</h5>"""
8
 
 
2
  generate=pipeline("translation_en_to_fr",model="LawalAfeez/en-fr-translation")
3
  import gradio as gr
4
 
5
+ title=""" <hi> Here to convert your English text to French</h1>"""
6
 
7
  description="""<h5> This demo app is for english french language translation</h5>"""
8