Sa-m commited on
Commit
4e72694
1 Parent(s): cad6456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ plot3=gr.outputs.Image(label='Word Cloud')
401
  plot4=gr.outputs.Image(label='Frequency Distribution')
402
  plot5=gr.outputs.Image(label='Dispersion Plot')
403
 
404
- io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['Example/Bjp_Manifesto_2019.pdf','modi'],['Example/AAP_Manifesto_2019.pdf','government'],['Example/Congress_Manifesto_2019.pdf','safety']],theme='peach')
405
  io.launch(debug=True,share=False)
406
 
407
 
401
  plot4=gr.outputs.Image(label='Frequency Distribution')
402
  plot5=gr.outputs.Image(label='Dispersion Plot')
403
 
404
+ io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['Example/AAP_Manifesto_2019.pdf','government'],['Example/Bjp_Manifesto_2019.pdf','environment'],['Example/Congress_Manifesto_2019.pdf','safety']],theme='peach')
405
  io.launch(debug=True,share=False)
406
 
407