Sadjad Alikhani commited on
Commit
f6f6d5e
·
verified ·
1 Parent(s): e14ecb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -123,6 +123,8 @@ def process_p_file(uploaded_file, percentage_idx, complexity_idx):
123
  input_preprocess_path = os.path.join(os.getcwd(), 'input_preprocess.py')
124
  inference_path = os.path.join(os.getcwd(), 'inference.py')
125
 
 
 
126
  # Load lwm_model
127
  if os.path.exists(lwm_model_path):
128
  lwm_model = load_module_from_path("lwm_model", lwm_model_path)
 
123
  input_preprocess_path = os.path.join(os.getcwd(), 'input_preprocess.py')
124
  inference_path = os.path.join(os.getcwd(), 'inference.py')
125
 
126
+ print(inference_path)
127
+
128
  # Load lwm_model
129
  if os.path.exists(lwm_model_path):
130
  lwm_model = load_module_from_path("lwm_model", lwm_model_path)