Spaces:
Running
on
Zero
Running
on
Zero
srijaydeshpande
commited on
Update app.py
Browse files
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 |
|