Subi003 commited on
Commit
500aebb
·
verified ·
1 Parent(s): e60f305

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. main/helper.py +1 -1
main/helper.py CHANGED
@@ -7,7 +7,7 @@ from pathlib import Path
7
  # load yaml files to get model meta data.
8
  try:
9
  print(os.getcwd())
10
- with open(Path("model/registered_model_meta.yaml"), 'r') as f:
11
  model_metadata = yaml.safe_load(f)
12
  except:
13
  raise FileNotFoundError("Failed to load file having model metadata")
 
7
  # load yaml files to get model meta data.
8
  try:
9
  print(os.getcwd())
10
+ with open(Path("model/registered_model_meta"), 'r') as f:
11
  model_metadata = yaml.safe_load(f)
12
  except:
13
  raise FileNotFoundError("Failed to load file having model metadata")