Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -18,7 +18,7 @@ def engine(text_input):
|
|
18 |
#outputs=[gr.outputs.Image(type="pil", label="output image"),gr.outputs.Carousel(label="Individual images",components=["image"]),gr.outputs.Textbox(label="Error")], )
|
19 |
#title="Convert text to image")
|
20 |
#img = img_intfc[0]
|
21 |
-
img = img_intfc('George','50','256','256','1',10)
|
22 |
#img = img[0]
|
23 |
#inputs=['George',50,256,256,1,10]
|
24 |
#run(prompt, steps, width, height, images, scale)
|
|
|
18 |
#outputs=[gr.outputs.Image(type="pil", label="output image"),gr.outputs.Carousel(label="Individual images",components=["image"]),gr.outputs.Textbox(label="Error")], )
|
19 |
#title="Convert text to image")
|
20 |
#img = img_intfc[0]
|
21 |
+
img = img_intfc('George','50','256','256','1','10')
|
22 |
#img = img[0]
|
23 |
#inputs=['George',50,256,256,1,10]
|
24 |
#run(prompt, steps, width, height, images, scale)
|