MSarah commited on
Commit
04703f6
1 Parent(s): 7fbd54e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
2
 
3
  # Replace with your actual model name from Hugging Face Hub
4
- model_name = "models/MSarah/ComplainClassificationFineTunedBert"
5
 
6
  # Load the model and tokenizer
7
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
 
1
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
2
 
3
  # Replace with your actual model name from Hugging Face Hub
4
+ model_name = "MSarah/ComplainClassificationFineTunedBert"
5
 
6
  # Load the model and tokenizer
7
  model = AutoModelForSequenceClassification.from_pretrained(model_name)