badongtakla commited on
Commit
4eecb80
1 Parent(s): 7402d23

add credit

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -8,6 +8,15 @@ from io import BytesIO
8
 
9
  subprocess.run(
10
  ["curl", "--output", "checkpoint.pkl", "https://storage.googleapis.com/ithaca-resources/models/checkpoint_v1.pkl"])
 
 
 
 
 
 
 
 
 
11
  # Copyright 2021 the Ithaca Authors
12
  #
13
  # Licensed under the Apache License, Version 2.0 (the "License");
 
8
 
9
  subprocess.run(
10
  ["curl", "--output", "checkpoint.pkl", "https://storage.googleapis.com/ithaca-resources/models/checkpoint_v1.pkl"])
11
+
12
+ #@article{asssome2022restoring,
13
+ # title = {Restoring and attributing ancient texts using deep neural networks},
14
+ # author = {Assael*, Yannis and Sommerschield*, Thea and Shillingford, Brendan and Bordbar, Mahyar and Pavlopoulos, John and Chatzipanagiotou, Marita and Androutsopoulos, Ion and Prag, Jonathan and de Freitas, Nando},
15
+ # doi = {10.1038/s41586-022-04448-z},
16
+ # journal = {Nature},
17
+ # year = {2022}
18
+ #}
19
+
20
  # Copyright 2021 the Ithaca Authors
21
  #
22
  # Licensed under the Apache License, Version 2.0 (the "License");