Spaces:
Paused
Paused
Update Apollo/inference.py
Browse files- Apollo/inference.py +2 -1
Apollo/inference.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 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 |
+
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
| 5 |
+
import look2hear.models
|
| 6 |
import soundfile as sf
|
| 7 |
import argparse
|
| 8 |
import numpy as np
|