FahadAlam commited on
Commit
b58fdfd
1 Parent(s): e31743a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ def findCorrelation(dataset, target):
43
  return labels, fig1, fig2, fig3, fig4
44
 
45
  demo = gr.Interface(fn=findCorrelation, inputs=[gr.File(), 'text'], outputs=[gr.Label(), gr.Plot(), gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
46
- demo.launch(debug=True)
 
43
  return labels, fig1, fig2, fig3, fig4
44
 
45
  demo = gr.Interface(fn=findCorrelation, inputs=[gr.File(), 'text'], outputs=[gr.Label(), gr.Plot(), gr.Plot(), gr.Plot(), gr.Plot()], title="Find correlation")
46
+ demo.launch(debug=True)