gilramos commited on
Commit
ea508cf
·
verified ·
1 Parent(s): c85af71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ user_friendly_name_list = list(user_friendly_name.values())
43
  #demo = gr.Interface.from_pipeline(pipe)
44
  #demo.launch()
45
 
46
-
47
 
48
  inputs = [
49
  gr.Textbox(label="Text", value=app_examples[0][0]),
 
43
  #demo = gr.Interface.from_pipeline(pipe)
44
  #demo.launch()
45
 
46
+ predict = pipeline("text-classification", model="knowhate/HateBERTimbau")
47
 
48
  inputs = [
49
  gr.Textbox(label="Text", value=app_examples[0][0]),