Skip to content

Commit

Permalink
changed path model
Browse files Browse the repository at this point in the history
  • Loading branch information
lauragreemko committed Oct 8, 2022
1 parent 054cf49 commit d12f36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask import request

def load_models(model_name):
path = 'static/models/' + model_name
path = '../static/models/' + model_name
return pickle.load(open(path,'rb'))

def get_arguments(arg):
Expand Down

0 comments on commit d12f36d

Please sign in to comment.