erikkaum HF staff commited on
Commit
7f4b718
·
verified ·
1 Parent(s): c457f56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -68,6 +68,14 @@ if __name__ == "__main__":
68
  main()
69
  ```
70
 
 
 
 
 
 
 
 
 
71
 
72
  ### Limitations
73
 
 
68
  main()
69
  ```
70
 
71
+ The result is something like this:
72
+
73
+ ```json
74
+ {
75
+ "description": "A cartoon house is shown sitting on a dirt road with a long gravel path. Plants and trees surround the house. In the distance, there is a canal or pond with ducks swimming about. The scene is full of greenery, and flowers bloom among the vegetation. The sky is a clear blue, and a lush, verdant landscape can be spotted in the background. There is a pathway leading towards the house.",
76
+ "mood": "happy"
77
+ }
78
+ ```
79
 
80
  ### Limitations
81