mrm8488 commited on
Commit
26377b8
1 Parent(s): 6e4a8d2
Files changed (3) hide show
  1. .gitignore +2 -1
  2. __pycache__/ui.cpython-310.pyc +0 -0
  3. 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
- Hindi to English Translator using Facebook's NLLB
6
- <img src="https://raw.githubusercontent.com/facebookresearch/fairseq/nllb/nllb.png" alt="rick"/>
 
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
  """