Ari Nubar Boyacıoğlu commited on
Commit
67b3e5e
·
1 Parent(s): 4e80ef7

fix double descs

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -137,10 +137,6 @@ with gr.Blocks(title="Գրաբար-Անգլերէն Մեքենական Թարգ
137
 
138
  <hr style='margin-top: 5px; margin-bottom: 5px'>
139
 
140
- <p>This is the demo of the first Classical Armenian-English neural machine translation system which is based on Meta's 'No Language Left Behind' model.</p>
141
- <p><b>The translation quality of Classical Armenian and English translations is limited due to the limited number of training examples. Your contributions are crucial and most welcome to improve the quality of the translations.</b></p>
142
- <p>The model runs on a CPU, so it might take approximately <strong>40-60 seconds</strong> to translate a single sentence. Your feedback and comments are very important for us to improve the quality of the translation.</p>
143
-
144
  <p>This is the demo of the first Classical Armenian-English neural machine translation system which is based on Meta's 'No Language Left Behind' model.</p>
145
  <p><b>The translation quality of Classical Armenian and English translations is limited due to the limited number of training examples. Your contributions are crucial and most welcome to improve the quality of the translations.</b></p>
146
  <p>The model runs on a CPU, so it might take approximately <strong>40-60 seconds</strong> to translate a single sentence. Your feedback and comments are very important for us to improve the quality of the translation.</p>
@@ -210,13 +206,6 @@ with gr.Blocks(title="Գրաբար-Անգլերէն Մեքենական Թարգ
210
  # <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Farinubar-hyw-en-demo.hf.space%2F&label=%D4%B1%D5%B5%D6%81%D5%A5%D5%AC%D5%B8%D6%82%D5%B6%D5%A5%D6%80%20%7C%20Visitors&countColor=%23f97316&style=flat" />
211
  # </a>
212
  # """
213
- # visitor_badge_html = """
214
- # <a href="https://visitorbadge.io/status?path=https%3A%2F%2Farinubar-hyw-en-demo.hf.space%2F">
215
- # <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Farinubar-hyw-en-demo.hf.space%2F&label=%D4%B1%D5%B5%D6%81%D5%A5%D5%AC%D5%B8%D6%82%D5%B6%D5%A5%D6%80%20%7C%20Visitors&countColor=%23f97316&style=flat" />
216
- # </a>
217
- # """
218
-
219
- # gr.HTML(visitor_badge_html)
220
  # gr.HTML(visitor_badge_html)
221
 
222
 
 
137
 
138
  <hr style='margin-top: 5px; margin-bottom: 5px'>
139
 
 
 
 
 
140
  <p>This is the demo of the first Classical Armenian-English neural machine translation system which is based on Meta's 'No Language Left Behind' model.</p>
141
  <p><b>The translation quality of Classical Armenian and English translations is limited due to the limited number of training examples. Your contributions are crucial and most welcome to improve the quality of the translations.</b></p>
142
  <p>The model runs on a CPU, so it might take approximately <strong>40-60 seconds</strong> to translate a single sentence. Your feedback and comments are very important for us to improve the quality of the translation.</p>
 
206
  # <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Farinubar-hyw-en-demo.hf.space%2F&label=%D4%B1%D5%B5%D6%81%D5%A5%D5%AC%D5%B8%D6%82%D5%B6%D5%A5%D6%80%20%7C%20Visitors&countColor=%23f97316&style=flat" />
207
  # </a>
208
  # """
 
 
 
 
 
 
 
209
  # gr.HTML(visitor_badge_html)
210
 
211