Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ plot2=gr.outputs.Image(label='Subjectivity Analysis')
|
|
246 |
plot3=gr.outputs.Image(label='Word Cloud')
|
247 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
248 |
|
249 |
-
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4], title='Manifesto Analysis')
|
250 |
io.launch(debug=False,share=True)
|
251 |
#,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./Aap_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
|
252 |
|
|
|
246 |
plot3=gr.outputs.Image(label='Word Cloud')
|
247 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
248 |
|
249 |
+
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4], title='Manifesto Analysis',examples=[['./Bjp_Manifesto_2019.pdf','india'],['./Aap_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]])
|
250 |
io.launch(debug=False,share=True)
|
251 |
#,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./Aap_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
|
252 |
|