Spaces:
Paused
Paused
Update Apollo/inference.py
Browse files- Apollo/inference.py +1 -1
Apollo/inference.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
import torch
|
| 3 |
import librosa
|
| 4 |
-
|
| 5 |
import soundfile as sf
|
| 6 |
import argparse
|
| 7 |
import numpy as np
|
|
|
|
| 1 |
import os
|
| 2 |
import torch
|
| 3 |
import librosa
|
| 4 |
+
from look2hear.models import apollo, base_model
|
| 5 |
import soundfile as sf
|
| 6 |
import argparse
|
| 7 |
import numpy as np
|