Sa-m commited on
Commit
56b878e
1 Parent(s): 6b4511c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ plot2=gr.outputs.Image(label='Word Cloud')
228
  plot3=gr.outputs.Image(label='Subjectivity')
229
  plot4=gr.outputs.Image(label='Frequency Distribution')
230
 
231
- io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot4,plot1,plot2,plot3], title='Manifesto Analysis',examples=[['/temp/Bjp_Manifesto_2019.pdf',],['/temp/Aap_Manifesto_2019.pdf',]],)
232
  io.launch(debug=False,share=True)
233
 
234
 
 
228
  plot3=gr.outputs.Image(label='Subjectivity')
229
  plot4=gr.outputs.Image(label='Frequency Distribution')
230
 
231
+ io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot4,plot1,plot2,plot3], title='Manifesto Analysis',examples=[['/Bjp_Manifesto_2019.pdf',],['/Aap_Manifesto_2019.pdf',]],)
232
  io.launch(debug=False,share=True)
233
 
234