vivekreddy1105 commited on
Commit
f77e72b
·
verified ·
1 Parent(s): 796f2d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if not _raw_model_max or _raw_model_max > 100000:
25
  else:
26
  SAFE_MAX_INPUT_LEN = min(CHUNK_TOKEN_TARGET, _raw_model_max)
27
 
28
- rouge_metric = evaluate.load("rouge")
29
 
30
 
31
  def sent_split(text: str) -> List[str]:
 
25
  else:
26
  SAFE_MAX_INPUT_LEN = min(CHUNK_TOKEN_TARGET, _raw_model_max)
27
 
28
+
29
 
30
 
31
  def sent_split(text: str) -> List[str]: