Jyothirmai
commited on
Commit
•
ac52d6a
1
Parent(s):
ea41590
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")
|
36 |
|
37 |
|
38 |
with gr.Row():
|
|
|
32 |
|
33 |
|
34 |
with gr.Row():
|
35 |
+
image = gr.Image(label="Upload Chest X-ray", type="pil", height=50,width=50)
|
36 |
|
37 |
|
38 |
with gr.Row():
|