fasherr commited on
Commit
140c111
·
verified ·
1 Parent(s): 40f20f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- model = "fasherr/toxicity-rubert"
5
  pipe = pipeline("text-classification", model=model)
6
 
7
  def predict(text):
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ model = "fasherr/toxicity_rubert"
5
  pipe = pipeline("text-classification", model=model)
6
 
7
  def predict(text):