Commit
·
23d73be
1
Parent(s):
e113c95
corrected surveybot3000_remote_path
Browse files- modeling.py +1 -1
modeling.py
CHANGED
@@ -40,7 +40,7 @@ def load_model():
|
|
40 |
with st.spinner('Loading the model...'):
|
41 |
|
42 |
|
43 |
-
model_path = os.environ.get('
|
44 |
logging.info(f"Loading model from {model_path}!")
|
45 |
|
46 |
auth_token = os.environ.get('read_models') or True
|
|
|
40 |
with st.spinner('Loading the model...'):
|
41 |
|
42 |
|
43 |
+
model_path = os.environ.get('surveybot3000_remote_path') or os.getenv('surveybot3000_path')
|
44 |
logging.info(f"Loading model from {model_path}!")
|
45 |
|
46 |
auth_token = os.environ.get('read_models') or True
|