ysharma HF staff commited on
Commit
774f569
1 Parent(s): 94f7e03
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ app = gr.Interface(fn=engine,
31
  outputs=[gr.outputs.Textbox(type="auto", label="Text"), gr.outputs.Audio(type="file", label="Speech Answer"),
32
  gr.outputs.Image(type="file", label="output image")],
33
  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."]
34
- ).launch(debug=True)
35
 
36
 
37
  #get_audio = gr.Button("generate audio")
 
31
  outputs=[gr.outputs.Textbox(type="auto", label="Text"), gr.outputs.Audio(type="file", label="Speech Answer"),
32
  gr.outputs.Image(type="file", label="output image")],
33
  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."]
34
+ ).launch(debug=True)
35
 
36
 
37
  #get_audio = gr.Button("generate audio")