deep-learning-analytics commited on
Commit
a4d835d
·
1 Parent(s): b371d73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ def correct_grammar(input_text,num_return_sequences=1):
14
  return tgt_text
15
 
16
  if text:
17
- result = correct_grammar(text)[0]
18
  st.json(result)
 
14
  return tgt_text
15
 
16
  if text:
17
+ result = correct_grammar(text)
18
  st.json(result)