Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -30,12 +30,12 @@ def engine(text_input):
|
|
30 |
#speech = text2speech(text_input)
|
31 |
return img #entities, speech, img
|
32 |
|
33 |
-
image = gr.outputs.Image(type="pil", label="output image")
|
34 |
app = gr.Interface(fn=engine,
|
35 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
36 |
#live=True,
|
37 |
#outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
|
38 |
-
outputs=
|
39 |
examples = ['Apple'],
|
40 |
description="Takes a text as input and reads it out to you."
|
41 |
#examples=["On April 17th Sunday George celebrated Easter. He is staying at Empire State building with his parents. He is a citizen of Canada and speaks English and French fluently. His role model is former president Obama. He got 1000 dollar from his mother to visit Disney World and to buy new iPhone mobile. George likes watching Game of Thrones."]
|
|
|
30 |
#speech = text2speech(text_input)
|
31 |
return img #entities, speech, img
|
32 |
|
33 |
+
#image = gr.outputs.Image(type="pil", label="output image")
|
34 |
app = gr.Interface(fn=engine,
|
35 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
36 |
#live=True,
|
37 |
#outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
|
38 |
+
#outputs= img, #gr.outputs.Carousel(label="Individual images",components=["image"]), #, gr.outputs.Textbox(label="Error")],
|
39 |
examples = ['Apple'],
|
40 |
description="Takes a text as input and reads it out to you."
|
41 |
#examples=["On April 17th Sunday George celebrated Easter. He is staying at Empire State building with his parents. He is a citizen of Canada and speaks English and French fluently. His role model is former president Obama. He got 1000 dollar from his mother to visit Disney World and to buy new iPhone mobile. George likes watching Game of Thrones."]
|