ysharma HF staff commited on
Commit
f4de1ca
·
1 Parent(s): f756b4f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ app = gr.Interface(engine,
121
  examples = ['Apple'],
122
  description="Takes a text as input and reads it out to you."
123
  #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."]
124
- ).launch(debug=True) #(enable_queue=True)
125
 
126
 
127
  #get_audio = gr.Button("generate audio")
 
121
  examples = ['Apple'],
122
  description="Takes a text as input and reads it out to you."
123
  #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."]
124
+ ).launch(enable_queue=True) #(debug=True)
125
 
126
 
127
  #get_audio = gr.Button("generate audio")