mwill-AImission commited on
Commit
fd7d176
·
verified ·
1 Parent(s): db3cae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -93,6 +93,5 @@ model = HfApiModel(
93
  # Load prompt templates from a YAML configuration file.
94
  with open("prompts.yaml", 'r') as stream:
95
  prompt_templates = yaml.safe_load(stream)
96
-
97
  #
98
 
 
93
  # Load prompt templates from a YAML configuration file.
94
  with open("prompts.yaml", 'r') as stream:
95
  prompt_templates = yaml.safe_load(stream)
 
96
  #
97