Spaces:
Sleeping
Sleeping
srijaydeshpande
commited on
Commit
•
e348710
1
Parent(s):
f19eb92
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ iface = gr.Interface(
|
|
212 |
fn=pdf_to_text,
|
213 |
inputs=['file'],
|
214 |
outputs="text",
|
215 |
-
title='
|
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 |
)
|