FahadAlam commited on
Commit
48f2e22
1 Parent(s): 956127b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ def findCorrelation(dataset, target):
35
 
36
  return d, fig1, fig2, fig3, fig4
37
 
38
- demo = gr.Interface(fn=findCorrelation, inputs=[gr.File(), 'text'], outputs=[gr.Label(num_top_classes = 6), gr.Plot(), gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
39
  demo.launch(debug=True)
 
35
 
36
  return d, fig1, fig2, fig3, fig4
37
 
38
+ demo = gr.Interface(fn=findCorrelation, inputs=[gr.File(), 'text'], outputs=[gr.Label(num_top_classes = 10), gr.Plot(), gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
39
  demo.launch(debug=True)