Spaces:
Sleeping
Sleeping
resolved: intendation error
Browse files
app.py
CHANGED
@@ -284,14 +284,14 @@ with gr.Blocks(css=custom_css) as demo:
|
|
284 |
gr.Markdown(description_yolov8)
|
285 |
gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
|
286 |
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
)
|
295 |
default_sample = "Sample 1"
|
296 |
|
297 |
with gr.Row():
|
|
|
284 |
gr.Markdown(description_yolov8)
|
285 |
gr.Image(yolov8_dff, label="Feature Factorization & discovered concept")
|
286 |
|
287 |
+
gr.Markdown(
|
288 |
+
"""
|
289 |
+
<div style="text-align: center; border: 3px solid maroon; padding: 10px; border-radius: 10px; background-color: #f8f8f8;">
|
290 |
+
<h3>Wanna try yourself? π</h3>
|
291 |
+
<p>Upload an image below to see its <b>Deep Feature Factorization</b> heatmap!</p>
|
292 |
+
</div>
|
293 |
+
"""
|
294 |
+
)
|
295 |
default_sample = "Sample 1"
|
296 |
|
297 |
with gr.Row():
|