BhumikaMak commited on
Commit
f8fd296
Β·
verified Β·
1 Parent(s): d1fe557

resolved: intendation error

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- 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():
 
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():