osiria commited on
Commit
69b4c5b
·
1 Parent(s): 8684487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ unk_tok = 9005
65
 
66
  merge_th_1 = 0.8
67
  merge_th_2 = 0.4
68
- min_th = 0.6
69
 
70
  def extract(text):
71
 
 
65
 
66
  merge_th_1 = 0.8
67
  merge_th_2 = 0.4
68
+ min_th = 0.5
69
 
70
  def extract(text):
71