Spaces:
Sleeping
Sleeping
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
|
@@ -37,8 +37,8 @@ with cnn:
|
|
| 37 |
|
| 38 |
model_dict = dict()
|
| 39 |
for model in models: #preprocessing of strings so the name is readable in the multiselect bar
|
| 40 |
-
model_name = 'Patacotrón ' + model.split(common_root)[-1].split(common_end)[0]
|
| 41 |
model_dir = os.path.join(DIR, model)
|
|
|
|
| 42 |
model_dict[model_name] = model_dir
|
| 43 |
|
| 44 |
ultraversions = ['ptctrn_v1.4', 'ptctrn_v1.5', 'ptctrn_v1.6', 'ptctrn_v1.12']
|
|
|
|
| 37 |
|
| 38 |
model_dict = dict()
|
| 39 |
for model in models: #preprocessing of strings so the name is readable in the multiselect bar
|
|
|
|
| 40 |
model_dir = os.path.join(DIR, model)
|
| 41 |
+
model_name = 'Patacotrón ' + model_dir.split(common_root)[-1].split(common_end)[0]
|
| 42 |
model_dict[model_name] = model_dir
|
| 43 |
|
| 44 |
ultraversions = ['ptctrn_v1.4', 'ptctrn_v1.5', 'ptctrn_v1.6', 'ptctrn_v1.12']
|