Spaces:
Sleeping
Sleeping
srijaydeshpande
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -212,11 +212,11 @@ output_path_component = gr.File(label="Select Output Path")
|
|
212 |
iface = gr.Interface(
|
213 |
fn=pdf_to_text,
|
214 |
inputs=['file'],
|
215 |
-
css = css,
|
216 |
outputs=output_text,
|
217 |
title='COBIx Endoscopy Report De-Identification',
|
218 |
description="This application assists to remove personal information from the uploaded clinical report",
|
219 |
-
|
220 |
)
|
221 |
iface.launch()
|
222 |
|
|
|
212 |
iface = gr.Interface(
|
213 |
fn=pdf_to_text,
|
214 |
inputs=['file'],
|
215 |
+
# css = css,
|
216 |
outputs=output_text,
|
217 |
title='COBIx Endoscopy Report De-Identification',
|
218 |
description="This application assists to remove personal information from the uploaded clinical report",
|
219 |
+
theme=gr.themes.Soft(),
|
220 |
)
|
221 |
iface.launch()
|
222 |
|