ehristoforu commited on
Commit
0f558cd
·
1 Parent(s): 4702279

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -80,11 +80,7 @@ query({"inputs": "Astronaut riding a horse"}).then((response) => {
80
  // Use image
81
  });
82
  ```
83
- # You can access the image with PIL.Image for example
84
- import io
85
- from PIL import Image
86
- image = Image.open(io.BytesIO(image_bytes))
87
- ```
88
 
89
  # Links
90
  -[GitHub](https://github.com/minhthangdang/MidJoureny)
 
80
  // Use image
81
  });
82
  ```
83
+
 
 
 
 
84
 
85
  # Links
86
  -[GitHub](https://github.com/minhthangdang/MidJoureny)