Spaces:
Running
Running
Update app/main.py
#4
by
kloudboy
- opened
- 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 =
|
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.
|