Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
| 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>
|