Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
@@ -32,7 +32,7 @@ with cnn:
|
|
32 |
# Join the path to the models folder
|
33 |
DIR = os.path.join(current_dir, "models")
|
34 |
models = os.listdir(DIR)
|
35 |
-
common_root = r"
|
36 |
common_end = ".h5"
|
37 |
|
38 |
model_dict = dict()
|
|
|
32 |
# Join the path to the models folder
|
33 |
DIR = os.path.join(current_dir, "models")
|
34 |
models = os.listdir(DIR)
|
35 |
+
common_root = r"/home/user/app/models/ptctrn_v"
|
36 |
common_end = ".h5"
|
37 |
|
38 |
model_dict = dict()
|