Zakia commited on
Commit
97e0213
1 Parent(s): 3771670

Update app.py - set height and width of image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ description = "A pediatric pneumonia chest x-ray predictor model trained on the
31
  article = "<p style='text-align: center'><span style='font-size: 15pt;'>Pediatric Pneumonia Chest X-Ray Predictor. Zakia Salod. 2022. </span></p>"
32
 
33
 
34
- image = gr.Image(shape=(512, 512))
35
  label = gr.Label()
36
  examples = [
37
  ['person1_virus_6.jpeg'],
 
31
  article = "<p style='text-align: center'><span style='font-size: 15pt;'>Pediatric Pneumonia Chest X-Ray Predictor. Zakia Salod. 2022. </span></p>"
32
 
33
 
34
+ image = gr.Image(height=512, width=512)
35
  label = gr.Label()
36
  examples = [
37
  ['person1_virus_6.jpeg'],