Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ plot4=gr.outputs.Image(label='Frequency Distribution')
|
|
273 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
274 |
|
275 |
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['./Bjp_Manifesto_2019.pdf','modi'],['./Aap_Manifesto_2019.pdf','delhi'],['./Congress_Manifesto_2019.pdf','safety']])
|
276 |
-
io.launch(debug=False,share=True)
|
277 |
#,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./Aap_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
|
278 |
#allow_screenshot=False, allow_flagging="never",
|
279 |
|
|
|
273 |
plot5=gr.outputs.Image(label='Dispersion Plot')
|
274 |
|
275 |
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['./Bjp_Manifesto_2019.pdf','modi'],['./Aap_Manifesto_2019.pdf','delhi'],['./Congress_Manifesto_2019.pdf','safety']])
|
276 |
+
io.launch(debug=False,share=True,auth=["sam","s1a2m3a4r5t6h7"])
|
277 |
#,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./Aap_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
|
278 |
#allow_screenshot=False, allow_flagging="never",
|
279 |
|