Update app.py
Browse files
app.py
CHANGED
|
@@ -358,7 +358,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 358 |
examples = [
|
| 359 |
["pneumonia.jpg", "Patient presenting with high fever, cough, and shortness of breath."],
|
| 360 |
["normal-chest-xray.png", "Routine checkup for 30-year-old male, no symptoms."],
|
| 361 |
-
["distal-fibula-fracture.
|
| 362 |
]
|
| 363 |
gr.Examples(
|
| 364 |
examples=examples,
|
|
|
|
| 358 |
examples = [
|
| 359 |
["pneumonia.jpg", "Patient presenting with high fever, cough, and shortness of breath."],
|
| 360 |
["normal-chest-xray.png", "Routine checkup for 30-year-old male, no symptoms."],
|
| 361 |
+
["distal-fibula-fracture.jpg", "30m, acute pijn, trauma, injury"]
|
| 362 |
]
|
| 363 |
gr.Examples(
|
| 364 |
examples=examples,
|