Update app.py
Browse files
app.py
CHANGED
|
@@ -53,8 +53,8 @@ test_image = image_generation_tool(
|
|
| 53 |
"Dolly Parton performing on stage with a guitar"
|
| 54 |
)
|
| 55 |
|
| 56 |
-
print(
|
| 57 |
-
print(
|
| 58 |
|
| 59 |
with open("prompts.yaml", 'r') as stream:
|
| 60 |
prompt_templates = yaml.safe_load(stream)
|
|
|
|
| 53 |
"Dolly Parton performing on stage with a guitar"
|
| 54 |
)
|
| 55 |
|
| 56 |
+
print(image_generation_tool)
|
| 57 |
+
print(image_generation_tool)
|
| 58 |
|
| 59 |
with open("prompts.yaml", 'r') as stream:
|
| 60 |
prompt_templates = yaml.safe_load(stream)
|