nickprock commited on
Commit
fbcefc3
·
1 Parent(s): d479f30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ dictionary={'0':'not-hateful',
9
 
10
  def greet(text, dictionary=dictionary):
11
  preds = model(text)
12
- return dictionary[response[0]['label']]
13
 
14
  demo = gr.Interface(fn=greet,
15
  inputs="text",
 
9
 
10
  def greet(text, dictionary=dictionary):
11
  preds = model(text)
12
+ return response
13
 
14
  demo = gr.Interface(fn=greet,
15
  inputs="text",