Mehdi009 commited on
Commit
1d0aec2
1 Parent(s): 8ffc62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import gradio as gr
11
  from transformers import pipeline
12
 
13
  # Load the fine-tuned model and tokenizer
14
- classifier = pipeline("text-classification", model="Mehdi009/Antisemitism_Harassment_Detection")
15
 
16
  # Function to make predictions
17
  def predict_antisemitism(text):
 
11
  from transformers import pipeline
12
 
13
  # Load the fine-tuned model and tokenizer
14
+ classifier = pipeline("text-classification", model="Mehdi009/Antisemitism_Harassment_Detection_Model")
15
 
16
  # Function to make predictions
17
  def predict_antisemitism(text):