Sa-m commited on
Commit
3eb99c5
1 Parent(s): 7a966d7

Update app.py

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