Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -404,7 +404,7 @@ plot4=gr.outputs.Image(label='Frequency Distribution')
|
|
404 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
405 |
|
406 |
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')
|
407 |
-
io.launch(debug=True,share=False
|
408 |
|
409 |
|
410 |
#allow_screenshot=False,allow_flagging="never",
|
|
|
404 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
405 |
|
406 |
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')
|
407 |
+
io.launch(debug=True,share=False)
|
408 |
|
409 |
|
410 |
#allow_screenshot=False,allow_flagging="never",
|