Himanshusingh commited on
Commit
9eb6d05
1 Parent(s): ffe7a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def chunk_text_to_window_size_and_predict_proba(input_ids, attention_mask, total
51
  # If the end index exceeds total length, set the flag to False and adjust the end index
52
  if (end >= total_len) or (count >= 25):
53
  loop = False
54
- end = total_len
55
 
56
  print(f'Start: {start}')
57
  print(f'End: {end}')
 
51
  # If the end index exceeds total length, set the flag to False and adjust the end index
52
  if (end >= total_len) or (count >= 25):
53
  loop = False
54
+
55
 
56
  print(f'Start: {start}')
57
  print(f'End: {end}')