Spaces:
Running
Running
modify app
Browse files- app.py +1 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -6,6 +6,7 @@ import yaml
|
|
6 |
from inference import MasteringStyleTransfer
|
7 |
from utils import download_youtube_audio
|
8 |
from config import args
|
|
|
9 |
|
10 |
mastering_transfer = MasteringStyleTransfer(args)
|
11 |
|
|
|
6 |
from inference import MasteringStyleTransfer
|
7 |
from utils import download_youtube_audio
|
8 |
from config import args
|
9 |
+
import pyloudnorm as pyln
|
10 |
|
11 |
mastering_transfer = MasteringStyleTransfer(args)
|
12 |
|
requirements.txt
CHANGED
@@ -10,4 +10,5 @@ auraloss==0.4.0
|
|
10 |
dasp-pytorch==0.0.1
|
11 |
torchcomp==0.1.3
|
12 |
pytorch-lightning==2.4.0
|
13 |
-
julius==0.2.7
|
|
|
|
10 |
dasp-pytorch==0.0.1
|
11 |
torchcomp==0.1.3
|
12 |
pytorch-lightning==2.4.0
|
13 |
+
julius==0.2.7
|
14 |
+
pyloudnorm==0.1.1
|