ysharma HF staff commited on
Commit
5aa86ef
·
1 Parent(s): f99bb9b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def engine(text_input):
33
  #image = gr.outputs.Image(type="pil", label="output image")
34
  app = gr.Interface(engine,
35
  gr.inputs.Textbox(lines=5, label="Input Text"),
36
- gr.outputs.Image(type="pil", label="Output"),
37
  #live=True,
38
  #outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
39
  #outputs= img, #gr.outputs.Carousel(label="Individual images",components=["image"]), #, gr.outputs.Textbox(label="Error")],
 
33
  #image = gr.outputs.Image(type="pil", label="output image")
34
  app = gr.Interface(engine,
35
  gr.inputs.Textbox(lines=5, label="Input Text"),
36
+ gr.outputs.Image(type="auto", label="Output"),
37
  #live=True,
38
  #outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
39
  #outputs= img, #gr.outputs.Carousel(label="Individual images",components=["image"]), #, gr.outputs.Textbox(label="Error")],