Jyothirmai commited on
Commit
31bbcd0
1 Parent(s): f63a88c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,11 +35,11 @@ with gr.Blocks() as demo:
35
 
36
  with gr.Row():
37
  sample_images = [
38
- "CXR191_IM-0591-1001.png",
39
  "CXR192_IM-0598-1001.png",
40
  "CXR193_IM-0601-1001.png",
41
  "CXR194_IM-0609-1001.png",
42
- "CXR195_IM-0618-1001.png"
43
  ]
44
 
45
 
 
35
 
36
  with gr.Row():
37
  sample_images = [
38
+ "https://upload.wikimedia.org/wikipedia/commons/0/09/TheCheethcat.jpg",
39
  "CXR192_IM-0598-1001.png",
40
  "CXR193_IM-0601-1001.png",
41
  "CXR194_IM-0609-1001.png",
42
+ "CXR195_IM-0618-1001.jpg"
43
  ]
44
 
45