frncscp commited on
Commit
92f82c8
1 Parent(s): 4225eb5

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +1 -1
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, "Patacotron", "models")
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()