Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -373,7 +373,7 @@ plot3=gr.outputs.Image(label='Word Cloud')
|
|
373 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
374 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
375 |
|
376 |
-
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['manifestos/Bjp_Manifesto_2019.pdf','modi'],['manifestos/AAP_Manifesto_2019.pdf','delhi'],['manifestos/Congress_Manifesto_2019.pdf','safety']],theme='
|
377 |
io.launch(debug=True,share=False)
|
378 |
#,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./AAP_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
|
379 |
#allow_screenshot=False, allow_flagging="never",
|
|
|
373 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
374 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
375 |
|
376 |
+
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['manifestos/Bjp_Manifesto_2019.pdf','modi'],['manifestos/AAP_Manifesto_2019.pdf','delhi'],['manifestos/Congress_Manifesto_2019.pdf','safety']],theme='dark-peach')
|
377 |
io.launch(debug=True,share=False)
|
378 |
#,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./AAP_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
|
379 |
#allow_screenshot=False, allow_flagging="never",
|