Commit ·
a8e6393
1
Parent(s): 50fc2c9
change title
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def predict(image):
|
|
| 27 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 28 |
gr.Markdown(
|
| 29 |
"""
|
| 30 |
-
# 🐾
|
| 31 |
Téléversez une image pour savoir si la persone est **infecté** ou **non infecté**.
|
| 32 |
|
| 33 |
👉 Formats supportés : JPG, PNG, JPEG
|
|
|
|
| 27 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 28 |
gr.Markdown(
|
| 29 |
"""
|
| 30 |
+
# 🐾 Détecteur de Malaria
|
| 31 |
Téléversez une image pour savoir si la persone est **infecté** ou **non infecté**.
|
| 32 |
|
| 33 |
👉 Formats supportés : JPG, PNG, JPEG
|