Alex Strick van Linschoten commited on
Commit
61779c9
·
1 Parent(s): df9da54

experimenting with description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def predict(pdf, confidence, generate_file):
176
 
177
  title = "Redaction Detector for PDFs"
178
 
179
- description = "An MVP app for detection, extraction and analysis of PDF documents that contain redactions. Two models are used for this demo, both trained on publicly released redacted (and unredacted) FOIA documents. Classifcation model trained using [fastai](https://github.com/fastai/fastai) and the object detection model trained using [IceVision](https://airctic.com/0.12.0/)."
180
 
181
  with open("article.md") as f:
182
  article = f.read()
 
176
 
177
  title = "Redaction Detector for PDFs"
178
 
179
+ description = "An MVP app for detection, extraction and analysis of PDF documents that contain redactions. Two models are used for this demo, both trained on publicly released redacted (and unredacted) FOIA documents: \n\n - Classification model trained using [fastai](https://github.com/fastai/fastai) \n- Object detection model trained using [IceVision](https://airctic.com/0.12.0/)."
180
 
181
  with open("article.md") as f:
182
  article = f.read()