Spaces:
Runtime error
Runtime error
Fix UI
Browse files- .gitignore +2 -1
- __pycache__/ui.cpython-310.pyc +0 -0
- ui.py +3 -2
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
.devcontainer/*
|
| 2 |
-
__pycache__/*
|
|
|
|
|
|
| 1 |
.devcontainer/*
|
| 2 |
+
__pycache__/*
|
| 3 |
+
*.cpython-*
|
__pycache__/ui.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/ui.cpython-310.pyc and b/__pycache__/ui.cpython-310.pyc differ
|
|
|
ui.py
CHANGED
|
@@ -2,8 +2,9 @@ title = "NLLB Demo"
|
|
| 2 |
description = """
|
| 3 |
<p>
|
| 4 |
<center>
|
| 5 |
-
|
| 6 |
-
<
|
|
|
|
| 7 |
</center>
|
| 8 |
</p>
|
| 9 |
"""
|
|
|
|
| 2 |
description = """
|
| 3 |
<p>
|
| 4 |
<center>
|
| 5 |
+
Translator using Facebook's NLLB models.
|
| 6 |
+
Developed by <a href='https://www.narrativa.com/'>Narrativa</a>.
|
| 7 |
+
<img src="https://raw.githubusercontent.com/facebookresearch/fairseq/nllb/nllb.png" alt="meta nllb pic" width="700"/>
|
| 8 |
</center>
|
| 9 |
</p>
|
| 10 |
"""
|