srijaydeshpande commited on
Commit
e348710
1 Parent(s): f19eb92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ iface = gr.Interface(
212
  fn=pdf_to_text,
213
  inputs=['file'],
214
  outputs="text",
215
- title='DeID: Endoscopy Report De-Identification',
216
  description="This application assists to remove personal information from the uploaded clinical report",
217
  theme=gr.themes.Soft(),
218
  )
 
212
  fn=pdf_to_text,
213
  inputs=['file'],
214
  outputs="text",
215
+ title='Histofy EndoDeID (Endoscopy Report De-Identification)',
216
  description="This application assists to remove personal information from the uploaded clinical report",
217
  theme=gr.themes.Soft(),
218
  )