clr commited on
Commit
34e8585
1 Parent(s): 8b9f663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[:max(15,len(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):