Update app.py - set height and width of image
Browse files
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(
|
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'],
|