Anvil-ML commited on
Commit
a2fcaf8
1 Parent(s): 13f58ae

fixed typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def interpret_pred_with_sensibility(pred):
33
  return proba
34
 
35
 
36
- def main(Texte -> Resultat):
37
 
38
  input_ids = torch.tensor(
39
  [barthez_tokenizer.encode(Texte, truncation=True, padding=True, add_special_tokens=True)]
 
33
  return proba
34
 
35
 
36
+ def main(Texte) -> Resultat:
37
 
38
  input_ids = torch.tensor(
39
  [barthez_tokenizer.encode(Texte, truncation=True, padding=True, add_special_tokens=True)]