Divyanshu04 commited on
Commit
0ce1c84
·
1 Parent(s): 7595acc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def generate():
53
  if Submit:
54
 
55
  image_bytes = query({"inputs": prompt,})
56
- # You can access the image with PIL.Image for example
57
  img_io = io.BytesIO(image_bytes)
58
 
59
  image = Image.open(img_io)
 
53
  if Submit:
54
 
55
  image_bytes = query({"inputs": prompt,})
56
+
57
  img_io = io.BytesIO(image_bytes)
58
 
59
  image = Image.open(img_io)