Ethium commited on
Commit
0bdb269
1 Parent(s): 1753020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ output = gr.Text(label="Predictions")
59
 
60
  # Adjust the paths to where you store your example images for each modality
61
  example_images = [
62
- ['path/to/Ultrasound.png', 'path/to/OCT.jpg', 'path/to/Fundus.jpg', 'path/to/FAF.jpg']
63
  ]
64
 
65
  # The rest of your code remains unchanged
 
59
 
60
  # Adjust the paths to where you store your example images for each modality
61
  example_images = [
62
+ ['Ultrasound.png', 'OCT.jpg', 'Fundus.jpg', 'FAF.jpg']
63
  ]
64
 
65
  # The rest of your code remains unchanged