Spaces:
Runtime error
Runtime error
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)
|