Update modules/model_list.py
Browse files- modules/model_list.py +1 -1
modules/model_list.py
CHANGED
@@ -9,4 +9,4 @@ import time
|
|
9 |
|
10 |
def list_models(name):
|
11 |
dir = os.getcwd()
|
12 |
-
return os.listdir(f"{dir}
|
|
|
9 |
|
10 |
def list_models(name):
|
11 |
dir = os.getcwd()
|
12 |
+
return os.listdir(f"{dir}/models")
|