Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
no_server: append h2p_parser
Browse files
resources/app/no_server.py
CHANGED
@@ -12,6 +12,8 @@ multiprocessing.freeze_support()
|
|
12 |
PROD = True
|
13 |
sys.path.append("./resources/app")
|
14 |
sys.path.append("./resources/app/python")
|
|
|
|
|
15 |
sys.path.append("./resources/app/deepmoji_plugin")
|
16 |
|
17 |
# Saves me having to do backend re-compilations for every little UI hotfix
|
|
|
12 |
PROD = True
|
13 |
sys.path.append("./resources/app")
|
14 |
sys.path.append("./resources/app/python")
|
15 |
+
sys.path.append("./resources/app/python/text")
|
16 |
+
sys.path.append("./resources/app/python/text/h2p_parser")
|
17 |
sys.path.append("./resources/app/deepmoji_plugin")
|
18 |
|
19 |
# Saves me having to do backend re-compilations for every little UI hotfix
|