Spaces:
Sleeping
Sleeping
update info
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def translate(inp):
|
|
18 |
|
19 |
with gr.Row():
|
20 |
gr.Column()
|
21 |
-
gr.Column(gr.Image("logo_transparent_small.png", alt="DSFSI Logo", elem_id="logo", label=None))
|
22 |
gr.Column()
|
23 |
|
24 |
description = """
|
@@ -37,9 +37,6 @@ article = """
|
|
37 |
<a href='https://arxiv.org/abs/2303.03750' target='_blank'>Arxiv</a>
|
38 |
</div>
|
39 |
<br/>
|
40 |
-
<p style='text-align: center;'>
|
41 |
-
<h2>Translate | Northern Sotho to English (dsfsi/nso-en-m2m100-gov)</h2>
|
42 |
-
</p>
|
43 |
"""
|
44 |
|
45 |
extra_info = """
|
|
|
18 |
|
19 |
with gr.Row():
|
20 |
gr.Column()
|
21 |
+
gr.Column(gr.Image("one-way-translation/logo_transparent_small.png", alt="DSFSI Logo", elem_id="logo", label=None))
|
22 |
gr.Column()
|
23 |
|
24 |
description = """
|
|
|
37 |
<a href='https://arxiv.org/abs/2303.03750' target='_blank'>Arxiv</a>
|
38 |
</div>
|
39 |
<br/>
|
|
|
|
|
|
|
40 |
"""
|
41 |
|
42 |
extra_info = """
|