Sa-m commited on
Commit
ea965a5
1 Parent(s): 57e107e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -228,11 +228,11 @@ 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],examples=[['~/Bjp_Manifesto_2019.pdf',],['~/Aap_Manifesto_2019',]], title='Manifesto Analysis')
232
  io.launch(debug=False,share=True)
233
 
234
 
235
-
236
 
237
 
238
 
 
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')
232
  io.launch(debug=False,share=True)
233
 
234
 
235
+ #examples=[['/Bjp_Manifesto_2019.pdf',],['/Aap_Manifesto_2019.pdf',]],
236
 
237
 
238