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