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