Spaces:
Runtime error
Runtime error
LawalAfeez
commited on
Commit
·
c10da08
1
Parent(s):
622baea
Update app.py
Browse files
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
|
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 |
|