Jyothirmai commited on
Commit
5bf0ffd
·
verified ·
1 Parent(s): e0b6401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -35,11 +35,11 @@ with gr.Blocks() as demo:
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.png"
43
  ]
44
 
45
 
 
35
 
36
  with gr.Row():
37
  sample_images = [
38
+ "sample/CXR192_IM-0598-1001.png",
39
+ "sample/CXR192_IM-0598-1001.png",
40
+ "sample/CXR193_IM-0601-1001.png",
41
+ "sample/CXR194_IM-0609-1001.png",
42
+ "sample/CXR195_IM-0618-1001.png"
43
  ]
44
 
45