lunadunkel commited on
Commit
aa3e985
·
1 Parent(s): 100eff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def predict(text, translation=None, num_sentence=None):
65
  translation = translation.strip() if translation else None
66
 
67
  results = gloss_text.gloss_sent(sent, translation, num_sentence)
68
- return '\n\n'.join(results)
69
 
70
 
71
  iface = gr.Interface(
 
65
  translation = translation.strip() if translation else None
66
 
67
  results = gloss_text.gloss_sent(sent, translation, num_sentence)
68
+ return results
69
 
70
 
71
  iface = gr.Interface(