MariamKili commited on
Commit
8243e71
1 Parent(s): 637d805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import TFAutoModelForSequenceClassification, DistilBertTokeniz
5
  from huggingface_hub import hf_hub_download
6
 
7
  # Define the repository name and model ID
8
- repository_name = "MariamKili/my_bert_model"
9
  model_id = "tf_model"
10
 
11
  # Load the tokenizer
 
5
  from huggingface_hub import hf_hub_download
6
 
7
  # Define the repository name and model ID
8
+ repository_name = "MariamKili/sentiment_bert_model"
9
  model_id = "tf_model"
10
 
11
  # Load the tokenizer