Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ plot2=gr.outputs.Image(label='Word Cloud')
|
|
233 |
plot3=gr.outputs.Image(label='Subjectivity')
|
234 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
235 |
|
236 |
-
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot4,plot1,plot2,plot3], title='Manifesto Analysis',examples=[['./Bjp_Manifesto_2019.pdf',]
|
237 |
io.launch(debug=False,share=True)
|
238 |
|
239 |
|
|
|
233 |
plot3=gr.outputs.Image(label='Subjectivity')
|
234 |
plot4=gr.outputs.Image(label='Frequency Distribution')
|
235 |
|
236 |
+
io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot4,plot1,plot2,plot3], title='Manifesto Analysis',examples=[['./Bjp_Manifesto_2019.pdf',]])
|
237 |
io.launch(debug=False,share=True)
|
238 |
|
239 |
|