Jyothirmai
commited on
Commit
•
76462db
1
Parent(s):
2210185
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,9 @@ sample_images = [
|
|
25 |
"CXR195_IM-0618-1001.png"
|
26 |
]
|
27 |
|
|
|
|
|
|
|
28 |
# Gradio interface
|
29 |
with gr.Blocks() as demo:
|
30 |
with gr.Row():
|
|
|
25 |
"CXR195_IM-0618-1001.png"
|
26 |
]
|
27 |
|
28 |
+
def load_image(path):
|
29 |
+
return Image.open(path)
|
30 |
+
|
31 |
# Gradio interface
|
32 |
with gr.Blocks() as demo:
|
33 |
with gr.Row():
|