Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def apply_filters(df,langname,gender,age,dia):
|
|
| 72 |
|
| 73 |
|
| 74 |
dfd = df.drop(columns=['audio', 'speaker_id','duration'])
|
| 75 |
-
return (df,dfd[:
|
| 76 |
|
| 77 |
|
| 78 |
def f1(langname,ds):
|
|
|
|
| 72 |
|
| 73 |
|
| 74 |
dfd = df.drop(columns=['audio', 'speaker_id','duration'])
|
| 75 |
+
return (df,dfd[:min(15,len(dfd))])
|
| 76 |
|
| 77 |
|
| 78 |
def f1(langname,ds):
|