Update app.py
Browse files
app.py
CHANGED
|
@@ -87,6 +87,8 @@ interface = gr.Interface(
|
|
| 87 |
outputs=gr.Label(),
|
| 88 |
title="Clasificador Radiografías",
|
| 89 |
description="",
|
|
|
|
|
|
|
| 90 |
)
|
| 91 |
|
| 92 |
# Variable para que Hugging Face detecte la interfaz si usa 'gradio app.py'
|
|
|
|
| 87 |
outputs=gr.Label(),
|
| 88 |
title="Clasificador Radiografías",
|
| 89 |
description="",
|
| 90 |
+
examples=["IM-0115-0001.jpeg", "person1_bacteria_1.jpeg"]
|
| 91 |
+
|
| 92 |
)
|
| 93 |
|
| 94 |
# Variable para que Hugging Face detecte la interfaz si usa 'gradio app.py'
|