AurelioAguirre commited on
Commit
9064600
·
1 Parent(s): cd8667a

Fixed Dockerfile v13

Browse files
Files changed (1) hide show
  1. main/app.py +1 -1
main/app.py CHANGED
@@ -43,7 +43,7 @@ def validate_hf():
43
 
44
  def load_config():
45
  """Load configuration from yaml file"""
46
- with open("app/config.yaml", "r") as f:
47
  return yaml.safe_load(f)
48
 
49
  def create_app():
 
43
 
44
  def load_config():
45
  """Load configuration from yaml file"""
46
+ with open("main/config.yaml", "r") as f:
47
  return yaml.safe_load(f)
48
 
49
  def create_app():