Sai16216 commited on
Commit
c5806e2
·
verified ·
1 Parent(s): 9fabae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def batch_translate_hi_to_en(sentences, batch_size=16):
124
 
125
  def batch_translate_en_to_hi(sentences, batch_size=16):
126
  """
127
- Translate a list of English sentences -> Hindi using your saved_model_nlp (Marian).
128
  """
129
  out = []
130
  for i in range(0, len(sentences), batch_size):
 
124
 
125
  def batch_translate_en_to_hi(sentences, batch_size=16):
126
  """
127
+ Translate a list of English sentences -> Hindi using saved_model_nlp (Marian).
128
  """
129
  out = []
130
  for i in range(0, len(sentences), batch_size):