hlydecker commited on
Commit
ac06398
·
verified ·
1 Parent(s): 38bc1d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks(title="ViT LCZ Classification - ClassCat",
35
  gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">LCZ Classification with ViT</div>""")
36
 
37
  with gr.Row():
38
- input_image = gr.Image(type="pil", image_mode="RGB", shape=(224, 224))
39
  output_label=gr.Label(label="Probabilities", num_top_classes=3)
40
 
41
  send_btn = gr.Button("Infer")
 
35
  gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">LCZ Classification with ViT</div>""")
36
 
37
  with gr.Row():
38
+ input_image = gr.Image(type="pil")
39
  output_label=gr.Label(label="Probabilities", num_top_classes=3)
40
 
41
  send_btn = gr.Button("Infer")