Alex Strick van Linschoten commited on
Commit
ccdee4b
1 Parent(s): 084c73c

add link to fastai

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(img):
15
 
16
  title = "Redacted Document Classifier"
17
 
18
- description = "A classifier trained on publicly released redacted (and unredacted) FOIA documents, using fastai."
19
 
20
  with open("article.md") as f:
21
  article = f.read()
15
 
16
  title = "Redacted Document Classifier"
17
 
18
+ description = "A classifier trained on publicly released redacted (and unredacted) FOIA documents, using [fastai](https://github.com/fastai/fastai)."
19
 
20
  with open("article.md") as f:
21
  article = f.read()