ysharma HF staff commited on
Commit
04086e6
·
1 Parent(s): 0a02d95
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ app = gr.Interface(fn=engine,
36
  #live=True,
37
  #outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
38
  outputs= image, #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."]
42
  ).launch(debug=True) #(enable_queue=True)
43
 
 
36
  #live=True,
37
  #outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
38
  outputs= image, #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."]
42
  ).launch(debug=True) #(enable_queue=True)
43