ysharma HF staff commited on
Commit
c0e7ea5
·
1 Parent(s): e23531d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ app = gr.Interface(engine,
183
  examples = ['Apple'],
184
  description="Takes a text as input and reads it out to you."
185
  #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."]
186
- ).launch(enable_queue=True) #(debug=True)
187
 
188
 
189
  #get_audio = gr.Button("generate audio")
 
183
  examples = ['Apple'],
184
  description="Takes a text as input and reads it out to you."
185
  #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."]
186
+ ).launch(enable_queue=True, debug=True)
187
 
188
 
189
  #get_audio = gr.Button("generate audio")