MattStammers commited on
Commit
d07f1aa
1 Parent(s): 7f92684

logos removed

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -282,10 +282,6 @@ def redact_and_visualize(text: str, model_name: str):
282
 
283
 
284
  hint = """
285
- <p align="center">
286
- <img src="https://github.com/MattStammers/Pteredactyl/blob/main/src/pteredactyl_webapp/assets/img/SETT_Logo.jpg" alt="SETT Logo" />
287
- </p>
288
-
289
  ## Pteredactyl Gradio Webapp and API
290
 
291
  Clinical patient identifiable information (cPII) presents a significant challenge in natural language processing (NLP) that has yet to be fully resolved but significant progress is being made [1,2].
@@ -307,12 +303,6 @@ docker build -t pteredactyl:latest .
307
  docker run -d -p 7860:7860 --name pteredactyl-app pteredactyl:latest
308
  ```
309
 
310
- ## Logo
311
-
312
- <p align="center">
313
- <img src="https://github.com/MattStammers/Pteredactyl/blob/main/src/pteredactyl_webapp/assets/img/Pteredactyl_Logo.jpg" alt="SETT Logo" />
314
- </p>
315
-
316
  ## Background
317
 
318
  We introduce a concentrated validation battery to the open-source OHDSI community, a Python module for cPII redaction on free text, and a web application that compares various models against the battery. This setup, which allows simultaneous production API deployment using Gradio, is remarkably efficient and can operate on a single CPU core.
 
282
 
283
 
284
  hint = """
 
 
 
 
285
  ## Pteredactyl Gradio Webapp and API
286
 
287
  Clinical patient identifiable information (cPII) presents a significant challenge in natural language processing (NLP) that has yet to be fully resolved but significant progress is being made [1,2].
 
303
  docker run -d -p 7860:7860 --name pteredactyl-app pteredactyl:latest
304
  ```
305
 
 
 
 
 
 
 
306
  ## Background
307
 
308
  We introduce a concentrated validation battery to the open-source OHDSI community, a Python module for cPII redaction on free text, and a web application that compares various models against the battery. This setup, which allows simultaneous production API deployment using Gradio, is remarkably efficient and can operate on a single CPU core.