Spaces:
Running
on
Zero
Running
on
Zero
srijaydeshpande
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ iface = gr.Interface(
|
|
213 |
inputs=['file'],
|
214 |
# css = css,
|
215 |
outputs=output_text,
|
216 |
-
title='
|
217 |
description="This application assists to remove personal information from the uploaded clinical report",
|
218 |
theme=gr.themes.Soft(),
|
219 |
)
|
|
|
213 |
inputs=['file'],
|
214 |
# css = css,
|
215 |
outputs=output_text,
|
216 |
+
title='DeID: Endoscopy Report De-Identification',
|
217 |
description="This application assists to remove personal information from the uploaded clinical report",
|
218 |
theme=gr.themes.Soft(),
|
219 |
)
|