ysharma HF staff commited on
Commit
1e19661
1 Parent(s): fc723fc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ app = gr.Interface(fn=engine,
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
 
230
  #get_audio = gr.Button("generate audio")
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(enable_queue=True) #(debug=True)
228
 
229
 
230
  #get_audio = gr.Button("generate audio")