anuragshas commited on
Commit
b921c58
1 Parent(s): 6ec8994

fix app file

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
18
  title="English to Hindi Transliteration",
19
  description='Model for Translating English to Hindi using a Character-level recurrent sequence-to-sequence trained with <a href="http://workshop.colips.org/news2018/dataset.html">NEWS2018 DATASET_04</a>',
20
  article='Author: <a href="https://huggingface.co/anuragshas">Anurag Singh</a> . Using training and inference script from <a href="https://github.com/AI4Bharat/IndianNLP-Transliteration.git">AI4Bharat/IndianNLP-Transliteration</a>.',
21
- examples=["Hi.", "Wait!", "Namaste"],
22
  )
23
 
24
- iface.launch(enable_queue=True)
 
18
  title="English to Hindi Transliteration",
19
  description='Model for Translating English to Hindi using a Character-level recurrent sequence-to-sequence trained with <a href="http://workshop.colips.org/news2018/dataset.html">NEWS2018 DATASET_04</a>',
20
  article='Author: <a href="https://huggingface.co/anuragshas">Anurag Singh</a> . Using training and inference script from <a href="https://github.com/AI4Bharat/IndianNLP-Transliteration.git">AI4Bharat/IndianNLP-Transliteration</a>.',
21
+ examples=["Namaste"],
22
  )
23
 
24
+ iface.launch(enable_queue=True, cache_examples=True)