Spaces:
Running
on
Zero
Running
on
Zero
File size: 213 Bytes
a84a65c |
1 2 3 4 5 6 7 8 |
from ldm.modules.losses_audio.vqperceptual import DummyLoss
# relative imports pain
import os
import sys
path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'vggishish')
sys.path.append(path)
|