abdulmatinomotoso commited on
Commit
7ff01e2
·
1 Parent(s): a79be1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ demo = gr.Interface(get_category, inputs=gr.inputs.File(label='Upload your .txt
41
  title='News Article Categorization')
42
 
43
 
44
- #Launching the radio app
45
  if __name__ == '__main__':
46
  demo.launch(debug=True)
 
41
  title='News Article Categorization')
42
 
43
 
44
+ #Launching the gradio app
45
  if __name__ == '__main__':
46
  demo.launch(debug=True)