abdulmatinomotoso commited on
Commit
83eca10
1 Parent(s): 7655cc3

Update app.py

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