Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
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'
|