Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -401,7 +401,7 @@ plot3=gr.outputs.Image(label='Word Cloud')
|
|
401 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
402 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
403 |
|
404 |
-
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['Example/
|
405 |
io.launch(debug=True,share=False)
|
406 |
|
407 |
|
|
|
401 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
402 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
403 |
|
404 |
+
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['Example/AAP_Manifesto_2019.pdf','government'],['Example/Bjp_Manifesto_2019.pdf','environment'],['Example/Congress_Manifesto_2019.pdf','safety']],theme='peach')
|
405 |
io.launch(debug=True,share=False)
|
406 |
|
407 |
|