Spaces:
Runtime error
Runtime error
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,
|
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"),
|