Jyothirmai commited on
Commit
4952e85
1 Parent(s): 267a33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200,width=200)
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():