Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -446,7 +446,7 @@ def segmenta_ai_automatico(image, quad_vertices):
|
|
| 446 |
# 5. INTERFACCIA UTENTE (UI) & SINCRONIZZAZIONE
|
| 447 |
# ==========================================
|
| 448 |
# QoL 7: Tema Soft e moderno
|
| 449 |
-
with gr.Blocks(theme=gr.themes.
|
| 450 |
gr.Markdown("# 🥬 Computer Vision in Agricoltura: Segmentazione")
|
| 451 |
|
| 452 |
quad_state = gr.State(None)
|
|
|
|
| 446 |
# 5. INTERFACCIA UTENTE (UI) & SINCRONIZZAZIONE
|
| 447 |
# ==========================================
|
| 448 |
# QoL 7: Tema Soft e moderno
|
| 449 |
+
with gr.Blocks(theme=gr.themes.Glass(primary_hue="lime")) as app:
|
| 450 |
gr.Markdown("# 🥬 Computer Vision in Agricoltura: Segmentazione")
|
| 451 |
|
| 452 |
quad_state = gr.State(None)
|