Spaces:
Sleeping
Sleeping
resolved: unterminated triple-quoted string literal
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
188 |
outputs=sample_display,
|
189 |
)
|
190 |
|
191 |
-
|
192 |
<span style="font-family: 'Papyrus', cursive; font-size: 14px;">
|
193 |
Concept Discovery is the process of uncovering the hidden, high-level features that a deep learning model has learned. It provides a way to understand the essence of its internal representations, akin to peering into the mind of the model and revealing the meaningful patterns it detects in the data.
|
194 |
<br><br>
|
|
|
188 |
outputs=sample_display,
|
189 |
)
|
190 |
|
191 |
+
|
192 |
<span style="font-family: 'Papyrus', cursive; font-size: 14px;">
|
193 |
Concept Discovery is the process of uncovering the hidden, high-level features that a deep learning model has learned. It provides a way to understand the essence of its internal representations, akin to peering into the mind of the model and revealing the meaningful patterns it detects in the data.
|
194 |
<br><br>
|