ysharma HF Staff commited on
Commit
4e44b49
·
1 Parent(s): 4be77f4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def engine(text_input):
24
  #run(prompt, steps, width, height, images, scale)
25
 
26
  #speech = text2speech(text_input)
27
- return img, carou, error #entities, speech, img
28
 
29
  app = gr.Interface(fn=engine,
30
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
 
24
  #run(prompt, steps, width, height, images, scale)
25
 
26
  #speech = text2speech(text_input)
27
+ return (img, carou, None) #entities, speech, img
28
 
29
  app = gr.Interface(fn=engine,
30
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),