ysharma HF staff commited on
Commit
c841bae
·
1 Parent(s): eb13690
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def engine(text_input):
17
  #outputs=[gr.outputs.Image(type="pil", label="output image"),],
18
  #title="Convert text to image")
19
  #img = img_intfc('George')[0]
20
- img = img_intfc('George','50','256','256','1','10')[0]
21
  #img = img[0]
22
  #inputs=['George',50,256,256,1,10]
23
  #run(prompt, steps, width, height, images, scale)
 
17
  #outputs=[gr.outputs.Image(type="pil", label="output image"),],
18
  #title="Convert text to image")
19
  #img = img_intfc('George')[0]
20
+ img = img_intfc('George','50','256','256','1','10')[0][0]
21
  #img = img[0]
22
  #inputs=['George',50,256,256,1,10]
23
  #run(prompt, steps, width, height, images, scale)