tcm03
commited on
Commit
·
9d5aba6
1
Parent(s):
222aa1c
Modify import
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -7,7 +7,7 @@ from io import BytesIO
|
|
7 |
import json
|
8 |
|
9 |
from pathlib import Path
|
10 |
-
CODE_PATH = Path('
|
11 |
import sys
|
12 |
sys.path.append(str(CODE_PATH))
|
13 |
from clip.model import CLIP
|
|
|
7 |
import json
|
8 |
|
9 |
from pathlib import Path
|
10 |
+
CODE_PATH = Path('code/')
|
11 |
import sys
|
12 |
sys.path.append(str(CODE_PATH))
|
13 |
from clip.model import CLIP
|