ysharma HF Staff commited on
Commit
e851ea9
·
1 Parent(s): a1d38cc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def engine(text_input):
29
  #run(prompt, steps, width, height, images, scale)
30
 
31
  #speech = text2speech(text_input)
32
- return img[1] #entities, speech, img
33
 
34
  image = gr.outputs.Image(type="pil", label="output image")
35
  app = gr.Interface(fn=engine,
 
29
  #run(prompt, steps, width, height, images, scale)
30
 
31
  #speech = text2speech(text_input)
32
+ return img[0] #entities, speech, img
33
 
34
  image = gr.outputs.Image(type="pil", label="output image")
35
  app = gr.Interface(fn=engine,