lingyu98 commited on
Commit
83143cc
·
verified ·
1 Parent(s): 70cb952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_results(input_text, target_rhyme, beam_width, num_candidates, top_result
18
 
19
  all_outputs += f"{i+1}. {context}{colored_rhymes} (score: {log_prob:.3f})\n"
20
  all_outputs += "=" * 40
21
- return all_out
22
 
23
  # rhymer = CiJiangRhymer(strict=False, tone=True)
24
 
 
18
 
19
  all_outputs += f"{i+1}. {context}{colored_rhymes} (score: {log_prob:.3f})\n"
20
  all_outputs += "=" * 40
21
+ return all_outputs
22
 
23
  # rhymer = CiJiangRhymer(strict=False, tone=True)
24