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[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"),
|