ysharma HF staff commited on
Commit
04c5803
1 Parent(s): be45df9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ app = gr.Interface(fn=engine,
30
  #live=True,
31
  description="Takes a text as input and reads it out to you.",
32
  outputs=[gr.outputs.Textbox(type="auto", label="Text"), gr.outputs.Audio(type="file", label="Speech Answer"), #],
33
- gr.outputs.Image(type="pil", label="output image")],
34
  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."]
35
  ).launch(debug=True)
36
 
 
30
  #live=True,
31
  description="Takes a text as input and reads it out to you.",
32
  outputs=[gr.outputs.Textbox(type="auto", label="Text"), gr.outputs.Audio(type="file", label="Speech Answer"), #],
33
+ gr.outputs.Image(type="file", label="output image")],
34
  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."]
35
  ).launch(debug=True)
36