mjpsm commited on
Commit
a6a0b40
·
verified ·
1 Parent(s): 6e73b6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Load your trained model
5
- model_path = "./excuse_nonexcuse_classifier_model"
6
  classifier = pipeline("text-classification", model=model_path)
7
 
8
  # Map numeric labels to readable form
 
2
  from transformers import pipeline
3
 
4
  # Load your trained model
5
+ model_path = "mjpsm/excuses-classification-model"
6
  classifier = pipeline("text-classification", model=model_path)
7
 
8
  # Map numeric labels to readable form