ysharma HF staff commited on
Commit
57a1bcd
1 Parent(s): ab8afd8
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -220,8 +220,9 @@ app = gr.Interface(fn=engine,
220
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
221
  #live=True,
222
  description="Takes a text as input and reads it out to you.",
223
- outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
224
- gr.outputs.Image(type="auto", label="output image")],
 
225
  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."]
226
  ).launch(debug=True)
227
 
 
220
  inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
221
  #live=True,
222
  description="Takes a text as input and reads it out to you.",
223
+ outputs=image
224
+ #outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
225
+ # gr.outputs.Image(type="auto", label="output image")],
226
  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."]
227
  ).launch(debug=True)
228