Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -228,7 +228,7 @@ 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],examples=[['
|
232 |
io.launch(debug=False,share=True)
|
233 |
|
234 |
|
|
|
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],examples=[['~/Bjp_Manifesto_2019.pdf',],['~/Aap_Manifesto_2019',]], title='Manifesto Analysis')
|
232 |
io.launch(debug=False,share=True)
|
233 |
|
234 |
|