Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
@@ -28,7 +28,7 @@ with cnn:
|
|
28 |
root_dir = os.path.dirname(current_dir)
|
29 |
|
30 |
# Join the path to the models folder
|
31 |
-
DIR = os.path.join(current_dir, "
|
32 |
models = os.listdir(DIR)
|
33 |
|
34 |
model_dict = dict()
|
|
|
28 |
root_dir = os.path.dirname(current_dir)
|
29 |
|
30 |
# Join the path to the models folder
|
31 |
+
DIR = os.path.join(current_dir, "models")
|
32 |
models = os.listdir(DIR)
|
33 |
|
34 |
model_dict = dict()
|