kloudboy commited on
Commit
bf76cfc
1 Parent(s): 1f7facb

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -17,7 +17,7 @@ logging.basicConfig(
17
  datefmt="%Y-%m-%d %H:%M:%S",
18
  )
19
 
20
- max_duration = 10 # in seconds
21
 
22
  model = "htdemucs"
23
  extensions = ["mp3", "wav", "ogg", "flac"] # we will look for all those file types.
 
17
  datefmt="%Y-%m-%d %H:%M:%S",
18
  )
19
 
20
+ max_duration = 59 # in seconds
21
 
22
  model = "htdemucs"
23
  extensions = ["mp3", "wav", "ogg", "flac"] # we will look for all those file types.