Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ def classify_plant(image):
|
|
| 192 |
# Interface Gradio
|
| 193 |
# ============================================
|
| 194 |
with gr.Blocks(
|
| 195 |
-
title="Plant
|
| 196 |
theme=gr.themes.Soft(
|
| 197 |
primary_hue="green",
|
| 198 |
secondary_hue="emerald",
|
|
@@ -200,8 +200,8 @@ with gr.Blocks(
|
|
| 200 |
) as demo:
|
| 201 |
|
| 202 |
gr.Markdown("""
|
| 203 |
-
# 🌿 Plant
|
| 204 |
-
### Identificação
|
| 205 |
|
| 206 |
Upload uma foto da sua planta para receber um diagnóstico instantâneo e recomendações de tratamento.
|
| 207 |
""")
|
|
|
|
| 192 |
# Interface Gradio
|
| 193 |
# ============================================
|
| 194 |
with gr.Blocks(
|
| 195 |
+
title="Plant Identifier & Health Checker 🌿",
|
| 196 |
theme=gr.themes.Soft(
|
| 197 |
primary_hue="green",
|
| 198 |
secondary_hue="emerald",
|
|
|
|
| 200 |
) as demo:
|
| 201 |
|
| 202 |
gr.Markdown("""
|
| 203 |
+
# 🌿 Plant Identifier & Health Checker
|
| 204 |
+
### Identificação e Análise de Saúde de Plantas
|
| 205 |
|
| 206 |
Upload uma foto da sua planta para receber um diagnóstico instantâneo e recomendações de tratamento.
|
| 207 |
""")
|