Sadjad Alikhani commited on
Commit
97a8bed
·
verified ·
1 Parent(s): 37527d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -78,6 +78,7 @@ def process_p_file(uploaded_file, percentage_idx, complexity_idx):
78
 
79
  ## Debugging: Print sys.path to ensure the cloned repo is in the path
80
  #print(f"sys.path: {sys.path}")
 
81
 
82
  from lwm_model import LWM
83
  device = 'cpu'
 
78
 
79
  ## Debugging: Print sys.path to ensure the cloned repo is in the path
80
  #print(f"sys.path: {sys.path}")
81
+ sys.path.append('./')
82
 
83
  from lwm_model import LWM
84
  device = 'cpu'