BhumikaMak commited on
Commit
a653594
·
verified ·
1 Parent(s): 3d9b449

update: text display

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -179,12 +179,11 @@ with gr.Blocks(css=custom_css) as interface:
179
  )
180
 
181
  gr.Markdown("""
182
- Concept Discovery involves identifying interpretable high-level features or concepts within a deep learning model's representation. It aims to understand what a model has learned and how these learned features relate to meaningful attributes in the data.
183
 
184
- Deep Feature Factorization (DFF) is a technique that decomposes the deep features learned by a model into disentangled and interpretable components. It typically involves matrix factorization methods applied to activation maps, enabling the identification of semantically meaningful concepts captured by the model.
185
 
186
  Together, these methods enhance model interpretability and provide insights into the decision-making process of neural networks.
187
-
188
  """)
189
  with gr.Row(elem_classes="custom-row"):
190
  dff_gallery = gr.Gallery(
 
179
  )
180
 
181
  gr.Markdown("""
182
+ <span style="color: purple;">Concept Discovery</span> involves identifying interpretable high-level features or concepts within a deep learning model's representation. It aims to understand what a model has learned and how these learned features relate to meaningful attributes in the data.
183
 
184
+ <span style="color: purple;">Deep Feature Factorization (DFF)</span> is a technique that decomposes the deep features learned by a model into disentangled and interpretable components. It typically involves matrix factorization methods applied to activation maps, enabling the identification of semantically meaningful concepts captured by the model.
185
 
186
  Together, these methods enhance model interpretability and provide insights into the decision-making process of neural networks.
 
187
  """)
188
  with gr.Row(elem_classes="custom-row"):
189
  dff_gallery = gr.Gallery(