Pclanglais commited on
Commit
26cf348
1 Parent(s): 13da5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import pandas as pd
12
  device = "cuda" if torch.cuda.is_available() else "cpu"
13
 
14
  # Load models
15
- editorial_model = "PleIAs/Estienne"
16
  bibliography_model = "PleIAs/Bibliography-Formatter"
17
  bibliography_style = "PleIAs/Bibliography-Classifier"
18
 
 
12
  device = "cuda" if torch.cuda.is_available() else "cpu"
13
 
14
  # Load models
15
+ editorial_model = "LLMDH/Estienne"
16
  bibliography_model = "PleIAs/Bibliography-Formatter"
17
  bibliography_style = "PleIAs/Bibliography-Classifier"
18