CultriX commited on
Commit
fa73529
·
verified ·
1 Parent(s): d8399a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.png", "30m, acute pijn, trauma, injury"]
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,