gilramos commited on
Commit
764a447
1 Parent(s): fa9917c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,6 +2,5 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  pipe = pipeline("text-classification", model="knowhate/HateBERTimbau")
5
-
6
  demo = gr.Interface.from_pipeline(pipe)
7
  demo.launch()
 
2
  from transformers import pipeline
3
 
4
  pipe = pipeline("text-classification", model="knowhate/HateBERTimbau")
 
5
  demo = gr.Interface.from_pipeline(pipe)
6
  demo.launch()