Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -20,13 +20,10 @@ def engine(text_input):
|
|
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]
|
31 |
#inputs=['George',50,256,256,1,10]
|
32 |
#run(prompt, steps, width, height, images, scale)
|
|
|
20 |
#img = img_intfc[0]
|
21 |
img = img_intfc('George','50','256','256','1',10)
|
22 |
print(img[0])
|
23 |
+
print(type(img[1]))
|
24 |
+
print(len(img[1]))
|
25 |
+
print(type(img[1][0]))
|
26 |
print(img[1])
|
|
|
|
|
|
|
|
|
|
|
27 |
#img = img[0]
|
28 |
#inputs=['George',50,256,256,1,10]
|
29 |
#run(prompt, steps, width, height, images, scale)
|