Jyothirmai commited on
Commit
1618050
·
verified ·
1 Parent(s): 0e534f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -34,10 +34,10 @@ with gr.Blocks() as demo:
34
  with gr.Row():
35
  sample_images = [
36
  'https://imgur.com/W1pIr9b',
37
- 'image-captioning-chest-xrays/sample/CXR192_IM-0598-1001.png',
38
- 'image-captioning-chest-xrays/sample/CXR193_IM-0601-1001.png',
39
- 'image-captioning-chest-xrays/sample/CXR194_IM-0609-1001.png',
40
- 'image-captioning-chest-xrays/sample/CXR195_IM-0618-1001.png'
41
  ]
42
 
43
 
 
34
  with gr.Row():
35
  sample_images = [
36
  'https://imgur.com/W1pIr9b',
37
+ 'https://imgur.com/MLJaWnf',
38
+ 'https://imgur.com/6XymFW1',
39
+ 'https://imgur.com/zdPjZZ1',
40
+ 'https://imgur.com/DKUlZbF'
41
  ]
42
 
43