Joshnicholas commited on
Commit
770cc5e
·
verified ·
1 Parent(s): 0668800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def get_category(text):
60
 
61
  #Creating the interface for the radio app
62
  demo = gr.Interface(get_category,
63
- inputs=gr.inputs.Textbox(label="Paste article text here",lines=4)
64
  outputs = "text",
65
  title="News Article Categorization")
66
 
 
60
 
61
  #Creating the interface for the radio app
62
  demo = gr.Interface(get_category,
63
+ inputs=gr.inputs.Textbox(label="Paste article text here",lines=4),
64
  outputs = "text",
65
  title="News Article Categorization")
66