ysharma HF staff commited on
Commit
fc723fc
1 Parent(s): 5e144f2
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -222,7 +222,8 @@ app = gr.Interface(fn=engine,
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="pil", 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
 
228
 
 
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="pil", label="output image")],
225
+ examples = ['Apple']
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
 
229