RamAI123 commited on
Commit
eb08149
1 Parent(s): 202989b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def main():
94
 
95
 
96
  print(url_input)
97
- cls_model =AutoModelForSequenceClassification.from_pretrained("/riskclassification_finetuned_xlnet_model_ld")
98
  tokenizer_cls = AutoTokenizer.from_pretrained("xlnet-base-cased")
99
  label_encoder = LabelEncoder()
100
 
 
94
 
95
 
96
  print(url_input)
97
+ cls_model =AutoModelForSequenceClassification.from_pretrained("riskclassification_finetuned_xlnet_model_ld")
98
  tokenizer_cls = AutoTokenizer.from_pretrained("xlnet-base-cased")
99
  label_encoder = LabelEncoder()
100