srijaydeshpande commited on
Commit
7bad814
·
verified ·
1 Parent(s): fd170cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # theme=gr.themes.Soft(),
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