ajeetkumar01 commited on
Commit
cc4569b
·
verified ·
1 Parent(s): d05c958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
2
  import gradio as gr
3
 
4
  # Load model and tokenizer
5
- model_name = "output/checkpoint-2500/"
6
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
7
  tokenizer = AutoTokenizer.from_pretrained(model_name)
8
 
 
2
  import gradio as gr
3
 
4
  # Load model and tokenizer
5
+ model_name = "checkpoint-2500/"
6
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
7
  tokenizer = AutoTokenizer.from_pretrained(model_name)
8