Spaces:
Runtime error
Runtime error
Update two_stream_shunt_adapter.py
Browse files
two_stream_shunt_adapter.py
CHANGED
@@ -2,7 +2,7 @@ from typing import Tuple
|
|
2 |
|
3 |
import torch
|
4 |
import torch.nn as nn
|
5 |
-
|
6 |
|
7 |
|
8 |
class DualConversionNames:
|
|
|
2 |
|
3 |
import torch
|
4 |
import torch.nn as nn
|
5 |
+
from . import ENCODER_CONFIGS, HARMONIC_SHUNT_REPOS
|
6 |
|
7 |
|
8 |
class DualConversionNames:
|