Teecan commited on
Commit
c4786e3
·
verified ·
1 Parent(s): b20fb89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("IMAGE TYPE:", type(test_image))
57
- print("IMAGE SIZE:", test_image.size)
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)