Update app.py
Browse files
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 |
|