Update app.py
Browse files
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>
|
| 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 |
|