ysharma HF Staff commited on
Commit
ea0d03d
·
1 Parent(s): c0915d4
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -19,7 +19,9 @@ def engine(text_input):
19
  #title="Convert text to image")
20
  #img = img_intfc[0]
21
  img = img_intfc('George','50','256','256','1',10)
22
-
 
 
23
  #img = img[0]
24
  #inputs=['George',50,256,256,1,10]
25
  #run(prompt, steps, width, height, images, scale)
 
19
  #title="Convert text to image")
20
  #img = img_intfc[0]
21
  img = img_intfc('George','50','256','256','1',10)
22
+ print(img)
23
+ print(type(img))
24
+ print(type(img[0]))
25
  #img = img[0]
26
  #inputs=['George',50,256,256,1,10]
27
  #run(prompt, steps, width, height, images, scale)