AbstractPhil commited on
Commit
735e468
·
verified ·
1 Parent(s): cf19c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ from safetensors.torch import load_file
23
  # -------------------------------------------------------------------------
24
  # local modules
25
  from two_stream_shunt_adapter import TwoStreamShuntAdapter
 
26
  from configs import T5_SHUNT_REPOS
27
  from embedding_manager import get_bank # ← NEW
28
 
 
23
  # -------------------------------------------------------------------------
24
  # local modules
25
  from two_stream_shunt_adapter import TwoStreamShuntAdapter
26
+ from .conditioning_shifter import ConditioningShifter
27
  from configs import T5_SHUNT_REPOS
28
  from embedding_manager import get_bank # ← NEW
29