abdulmatinomotoso commited on
Commit
c078293
·
verified ·
1 Parent(s): d1bc9e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def get_category(text):
57
  return emotion
58
 
59
  #Creating the interface for the radio app
60
- demo = gr.Interface(get_category, inputs=gr.inputs.Textbox(label="Drop your articles here"),
61
  outputs = "text",
62
  title="News Article Categorization")
63
 
 
57
  return emotion
58
 
59
  #Creating the interface for the radio app
60
+ demo = gr.Interface(get_category, inputs=gr.Textbox(label="Drop your articles here"),
61
  outputs = "text",
62
  title="News Article Categorization")
63