WarTitan2077 commited on
Commit
b28d8c7
·
verified ·
1 Parent(s): 7431386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from transformers import pipeline
4
  # Load your fine-tuned multi-label classification model
5
  classifier = pipeline(
6
  "text-classification",
7
- model="your-username/your-model-name",
8
- tokenizer="your-username/your-model-name",
9
  top_k=None
10
  )
11
 
 
4
  # Load your fine-tuned multi-label classification model
5
  classifier = pipeline(
6
  "text-classification",
7
+ model="WarTitan2077/Number-Classifier",
8
+ tokenizer="WarTitan2077/Number-Classifier",
9
  top_k=None
10
  )
11