Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ examples = [["Patient1.jfif"], ["Patient2.jfif"], ["Patient3.jfif"]]
|
|
| 68 |
# Interface Gradio
|
| 69 |
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
| 70 |
gr.Markdown("<h1 style='text-align: center;'>🩺 Détection automatisée de la tuberculose</h1>")
|
| 71 |
-
gr.Markdown("<p style='text-align: center;'>Analyse des images
|
| 72 |
|
| 73 |
with gr.Tabs():
|
| 74 |
with gr.TabItem("📷 Importer une image"):
|
|
|
|
| 68 |
# Interface Gradio
|
| 69 |
with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
| 70 |
gr.Markdown("<h1 style='text-align: center;'>🩺 Détection automatisée de la tuberculose</h1>")
|
| 71 |
+
gr.Markdown("<p style='text-align: center;'>Analyse des images radiographiques pulmonaires pour détecter les signes de tuberculose.</p>")
|
| 72 |
|
| 73 |
with gr.Tabs():
|
| 74 |
with gr.TabItem("📷 Importer une image"):
|