ysharma HF Staff commited on
Commit
a0ba3b0
·
1 Parent(s): ea0d03d
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -19,7 +19,12 @@ 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
- print(img)
 
 
 
 
 
23
  print(type(img))
24
  print(type(img[0]))
25
  #img = img[0]
 
19
  #title="Convert text to image")
20
  #img = img_intfc[0]
21
  img = img_intfc('George','50','256','256','1',10)
22
+ print(img[0])
23
+ print('******')
24
+ print(img[1])
25
+ print('******')
26
+ print(img[2])
27
+ print('******')
28
  print(type(img))
29
  print(type(img[0]))
30
  #img = img[0]