Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|