ysharma HF Staff commited on
Commit
1b80354
·
1 Parent(s): 413a25b
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[0] #entities, speech, img
33
 
34
  app = gr.Interface(fn=engine,
35
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
 
29
  #run(prompt, steps, width, height, images, scale)
30
 
31
  #speech = text2speech(text_input)
32
+ return img[1][0] #entities, speech, img
33
 
34
  app = gr.Interface(fn=engine,
35
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),