frncscp commited on
Commit
2f782b9
·
1 Parent(s): ed6f09b

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
@@ -32,7 +32,7 @@ with cnn:
32
 
33
  # Join the path to the models folder
34
  #DIR = os.path.join(root_dir, "models")
35
- DIR = ('/models')
36
  models = os.listdir(DIR)
37
 
38
  model_dict = dict()
 
32
 
33
  # Join the path to the models folder
34
  #DIR = os.path.join(root_dir, "models")
35
+ DIR = ('Patacotron/models')
36
  models = os.listdir(DIR)
37
 
38
  model_dict = dict()