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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ iface = gr.Interface(
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
 
 
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