Sammaali commited on
Commit
3ef4a49
·
verified ·
1 Parent(s): ff44794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ def is_filler(word):
24
  if len(set(w)) == 1 and len(w) <= 4:
25
  return True
26
 
27
- # مقطع قصير جداً
28
  if len(w) <= 2:
29
  return True
30
 
 
24
  if len(set(w)) == 1 and len(w) <= 4:
25
  return True
26
 
 
27
  if len(w) <= 2:
28
  return True
29