ibrahim313 commited on
Commit
5280a25
Β·
verified Β·
1 Parent(s): e2b6d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="πŸ₯ Polyp Detection AI") as demo:
246
 
247
  # Model info
248
  gr.HTML(f"""
249
- <div style="background: #f0f9ff; padding: 15px; border-radius: 8px; border-left: 4px solid #0ea5e9; margin-bottom: 20px;">
250
  <strong>πŸ”¬ Model:</strong> ibrahim313/unet-adam-diceloss<br>
251
  <strong>πŸ“ Architecture:</strong> U-Net with 32 base channels<br>
252
  <strong>🎯 Dataset:</strong> Trained on Kvasir-SEG (1000 polyp images)<br>
 
246
 
247
  # Model info
248
  gr.HTML(f"""
249
+ <div style="background: black; padding: 15px; border-radius: 8px; border-left: 4px solid #0ea5e9; margin-bottom: 20px;">
250
  <strong>πŸ”¬ Model:</strong> ibrahim313/unet-adam-diceloss<br>
251
  <strong>πŸ“ Architecture:</strong> U-Net with 32 base channels<br>
252
  <strong>🎯 Dataset:</strong> Trained on Kvasir-SEG (1000 polyp images)<br>