pmgautam commited on
Commit
5dd001e
1 Parent(s): 622962d

Add GH repo and HF space in README

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
  title: English To Nepali Translation
3
- emoji: :)
4
  colorFrom: yellow
5
  colorTo: red
6
  sdk: gradio
@@ -11,3 +10,5 @@ license: apache-2.0
11
  ---
12
  This repo contains a gradio app to translate from English to Nepali.
13
  * Model used: [NLLB](https://huggingface.co/facebook/nllb-200-distilled-600M)
 
 
 
1
  ---
2
  title: English To Nepali Translation
 
3
  colorFrom: yellow
4
  colorTo: red
5
  sdk: gradio
 
10
  ---
11
  This repo contains a gradio app to translate from English to Nepali.
12
  * Model used: [NLLB](https://huggingface.co/facebook/nllb-200-distilled-600M)
13
+ * Huggingface Space: [english-to-nepali-translation](https://huggingface.co/spaces/pmgautam/english-to-nepali-translation)
14
+ * Githug repo: [gradio-translation](https://github.com/pmgautam/gradio-translation)