Daryl Fung commited on
Commit
c082b57
1 Parent(s): e69b90c

fixed error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,6 +60,6 @@ demo = gr.Interface(
60
  fn=greet,
61
  inputs=[gr.Textbox(lines=1, placeholder="Data Asset Name"),
62
  gr.Textbox(lines=10, placeholder="All the descriptions for analysis")],
63
- outputs=['image', 'image', 'image', 'image', 'image', 'image', 'image', 'html', 'html'],
64
  )
65
  demo.launch()
 
60
  fn=greet,
61
  inputs=[gr.Textbox(lines=1, placeholder="Data Asset Name"),
62
  gr.Textbox(lines=10, placeholder="All the descriptions for analysis")],
63
+ outputs=['image', 'image', 'image', 'image', 'image', 'html', 'html'],
64
  )
65
  demo.launch()