Update app.py
Browse files
app.py
CHANGED
@@ -35,11 +35,11 @@ with gr.Blocks() as demo:
|
|
35 |
|
36 |
with gr.Row():
|
37 |
sample_images = [
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
]
|
44 |
|
45 |
|
|
|
35 |
|
36 |
with gr.Row():
|
37 |
sample_images = [
|
38 |
+
'image-captioning-chest-xrays/sample/CXR192_IM-0598-1001.png',
|
39 |
+
'image-captioning-chest-xrays/sample/CXR192_IM-0598-1001.png',
|
40 |
+
'image-captioning-chest-xrays/sample/CXR193_IM-0601-1001.png',
|
41 |
+
'image-captioning-chest-xrays/sample/CXR194_IM-0609-1001.png',
|
42 |
+
'image-captioning-chest-xrays/sample/CXR195_IM-0618-1001.png'
|
43 |
]
|
44 |
|
45 |
|