woolbot commited on
Commit
9a451cb
1 Parent(s): 1476d53

lol directory is dead

Browse files
Files changed (1) hide show
  1. routes/aminoOSRapi/utils.py +1 -1
routes/aminoOSRapi/utils.py CHANGED
@@ -4,7 +4,7 @@ from numpy import expand_dims as np_expand_dims
4
  from .captcha_processor import CaptchaProcessor
5
  from asyncio import get_running_loop
6
 
7
- model = load_model("model.h5")
8
 
9
 
10
  async def get_binary_from_link(link: str) -> bytes:
 
4
  from .captcha_processor import CaptchaProcessor
5
  from asyncio import get_running_loop
6
 
7
+ model = load_model("/app/routes/aminoOSRapi/model.h5")
8
 
9
 
10
  async def get_binary_from_link(link: str) -> bytes: