abdulmatinomotoso
commited on
Commit
·
a7cc36c
1
Parent(s):
9a7fc8c
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,7 @@ def get_category(file):
|
|
56 |
demo = gr.Interface(get_category, inputs=gr.inputs.Textbox(label='Drop your articles here'),
|
57 |
outputs = 'text',
|
58 |
title='News Article Categorization')
|
59 |
-
|
60 |
-
|
61 |
#Launching the gradio app
|
62 |
if __name__ == '__main__':
|
63 |
demo.launch(debug=True)
|
|
|
56 |
demo = gr.Interface(get_category, inputs=gr.inputs.Textbox(label='Drop your articles here'),
|
57 |
outputs = 'text',
|
58 |
title='News Article Categorization')
|
59 |
+
|
|
|
60 |
#Launching the gradio app
|
61 |
if __name__ == '__main__':
|
62 |
demo.launch(debug=True)
|