abdulmatinomotoso commited on
Commit
9d55375
·
1 Parent(s): efb3d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ def get_category(file):
59
  demo = gr.Interface(get_category, inputs=gr.inputs.Textbox(label="Drop your articles here"),
60
  outputs = "text",
61
  title="News Article Categorization")
62
-
 
63
  #Launching the gradio app
64
  if __name__ == "__main__":
65
  demo.launch(debug=True)
 
59
  demo = gr.Interface(get_category, inputs=gr.inputs.Textbox(label="Drop your articles here"),
60
  outputs = "text",
61
  title="News Article Categorization")
62
+
63
+
64
  #Launching the gradio app
65
  if __name__ == "__main__":
66
  demo.launch(debug=True)