Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def translate(input, output, text):
|
|
36 |
demo = gr.Blocks()
|
37 |
|
38 |
with demo:
|
39 |
-
gr.Markdown("<h1><center>
|
40 |
gr.Markdown("<center>If you know how to do for that the model translate the full sentence and not with intenpestive words, make a pr!</center>")
|
41 |
|
42 |
with gr.Row():
|
|
|
36 |
demo = gr.Blocks()
|
37 |
|
38 |
with demo:
|
39 |
+
gr.Markdown("<h1><center>Translation with Bloom</center></h1>")
|
40 |
gr.Markdown("<center>If you know how to do for that the model translate the full sentence and not with intenpestive words, make a pr!</center>")
|
41 |
|
42 |
with gr.Row():
|