Your Name commited on
Commit
2648d88
1 Parent(s): f5210ab

try repo path for imports

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -42,7 +42,7 @@ class EndpointHandler:
42
 
43
  TEXTUAL_INVERSION = [
44
  {
45
- "weight_name": "embeddings/EasyNegative.safetensors",
46
  "token": "easynegative",
47
  },
48
  {
 
42
 
43
  TEXTUAL_INVERSION = [
44
  {
45
+ "weight_name": "isatis/kw/embeddings/EasyNegative.safetensors",
46
  "token": "easynegative",
47
  },
48
  {