Spaces:
Sleeping
Sleeping
ehristoforu
commited on
Commit
•
5c969fa
1
Parent(s):
03f4fd7
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")
|