Jyothirmai
commited on
Commit
•
4952e85
1
Parent(s):
267a33e
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def generate_caption_cnnrnn(image):
|
|
32 |
|
33 |
|
34 |
with gr.Row():
|
35 |
-
image = gr.Image(label="Upload Chest X-ray", type="pil", height=
|
36 |
|
37 |
|
38 |
with gr.Row():
|
|
|
32 |
|
33 |
|
34 |
with gr.Row():
|
35 |
+
image = gr.Image(label="Upload Chest X-ray", type="pil", height='100',width='100')
|
36 |
|
37 |
|
38 |
with gr.Row():
|